Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions noon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cp "NeutronGenerator_cxx_ACLiC_dict_rdict.pcm" "$INSTALLROOT/lib"
cp "NeutronGenerator_cxx.d" "$INSTALLROOT/lib"
cp "NeutronGenerator_cxx.so" "$INSTALLROOT/lib/"
cp "$SOURCEDIR/NeutronGenerator.h" "$INSTALLROOT/include/"
cp "$SOURCEDIR/NeutronGenerator.cxx" "$INSTALLROOT/include/"
cp -r "$SOURCEDIR/Data" "$INSTALLROOT/include/"

# Modulefile
Expand Down
4 changes: 2 additions & 2 deletions starlight.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: STARlight
version: "20251025"
tag: d6dfae2ea604646bfc3ec63aa06443f035685c45
version: "20260511"
tag: 7c41208d3c0fa7da9e9f01542e658cee438184cc
requires:
- DPMJET
- HepMC3
Expand Down
Loading