Skip to content

Commit

Permalink
Merge pull request #20 from pinkenburg/fix-x8664
Browse files Browse the repository at this point in the history
replace x8664_sl7 sysname by default (which points to gcc-8.3 right now)
  • Loading branch information
pinkenburg authored Jun 9, 2022
2 parents 4cc581e + 1f23803 commit 027a64d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions OSX_installationguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,12 +309,12 @@ One can also check that the necessary libraries are in the correct place by runn
```
Singularity rhic_sl7_ext.simg:~/Singularity> ldd $OFFLINE_MAIN/lib/libg4detectors.so
linux-vdso.so.1 => (0x00007ffe3b261000)
libg4detectors_io.so.0 => /cvmfs/sphenix.sdcc.bnl.gov/x8664_sl7/release/release_new/new.2/lib/libg4detectors_io.so.0 (0x00007f7cd6403000)
libphparameter.so.0 => /cvmfs/sphenix.sdcc.bnl.gov/x8664_sl7/release/release_new/new.2/lib/libphparameter.so.0 (0x00007f7cd61da000)
libphg4gdml.so.0 => /cvmfs/sphenix.sdcc.bnl.gov/x8664_sl7/release/release_new/new.2/lib/libphg4gdml.so.0 (0x00007f7cd5f94000)
libphool.so.0 => /cvmfs/sphenix.sdcc.bnl.gov/x8664_sl7/release/release_new/new.2/lib/libphool.so.0 (0x00007f7cd5d58000)
libCGAL.so.13 => /cvmfs/sphenix.sdcc.bnl.gov/x8664_sl7/release/release_new/new.2/lib/libCGAL.so.13 (0x00007f7cd5b3a000)
libSubsysReco.so.0 => /cvmfs/sphenix.sdcc.bnl.gov/x8664_sl7/release/release_new/new.2/lib/libSubsysReco.so.0 (0x00007f7cd5937000)
libg4detectors_io.so.0 => /cvmfs/sphenix.sdcc.bnl.gov/default/release/release_new/new.2/lib/libg4detectors_io.so.0 (0x00007f7cd6403000)
libphparameter.so.0 => /cvmfs/sphenix.sdcc.bnl.gov/default/release/release_new/new.2/lib/libphparameter.so.0 (0x00007f7cd61da000)
libphg4gdml.so.0 => /cvmfs/sphenix.sdcc.bnl.gov/default/release/release_new/new.2/lib/libphg4gdml.so.0 (0x00007f7cd5f94000)
libphool.so.0 => /cvmfs/sphenix.sdcc.bnl.gov/default/release/release_new/new.2/lib/libphool.so.0 (0x00007f7cd5d58000)
libCGAL.so.13 => /cvmfs/sphenix.sdcc.bnl.gov/default/release/release_new/new.2/lib/libCGAL.so.13 (0x00007f7cd5b3a000)
libSubsysReco.so.0 => /cvmfs/sphenix.sdcc.bnl.gov/default/release/release_new/new.2/lib/libSubsysReco.so.0 (0x00007f7cd5937000)
...
```

Expand Down
2 changes: 1 addition & 1 deletion VirtualBox.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ entering the sPHENIX singularity container on /cvmfs/sphenix.opensciencegrid.org
Singularity> source setup.sh
.....
Using the sPHENIX build /cvmfs/sphenix.opensciencegrid.org/x8664_sl7/release/release_new/new.1 (the build version number may be different, it is 1-4)
Using the sPHENIX build /cvmfs/sphenix.opensciencegrid.org/default/release/release_new/new.1 (the build version number may be different, it is 1-4)
Local build will be installed at /home/fun4all/install
Expand Down

0 comments on commit 027a64d

Please sign in to comment.