You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removes README notes about using an alternative version of
SMASH since an alt version is no longer needed. Removes README
note about setting c++ version flags in the cmake command since
the cmake file now sets the required langauge version.
Copy file name to clipboardExpand all lines: README.md
+2-17Lines changed: 2 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -16,22 +16,7 @@ Please cite [The JETSCAPE framework](https://arxiv.org/abs/1903.07706) if you us
16
16
17
17
## Installation
18
18
19
-
Note that X-SCAPE dependencies require cmake to be called specifying the language standard C++14 or greater.
20
-
21
-
For example, to compile X-SCAPE for the ISR run with [3DGlauber support](#3dglauber-support), run the get_3dglauber.sh script from the external_packages folder:
22
-
```bash
23
-
./get_3dglauber.sh
24
-
```
25
-
Then from the build folder, call cmake with the C++14 and 3DGlauber flags:
make -j4 # Builds using 4 cores; adapt as appropriate
31
-
```
32
-
If installing X-SCAPE with SMASH, the [get_smash.sh](https://github.com/JETSCAPE/X-SCAPE-COMP/blob/main/external_packages/get_smash.sh) script will clone an [alternate branch](https://github.com/smash-transport/smash/tree/staudenmaier/mod_plist_ts) of SMASH currently required for use with X-SCAPE. A future release of SMASH will bring X-SCAPE support to SMASH's main branch.
33
-
34
-
Please see the complete [Installation Instructions](https://github.com/JETSCAPE/X-SCAPE/wiki/Doc.Installation) here.
19
+
Please see the [Installation Instructions](https://github.com/JETSCAPE/X-SCAPE/wiki/Doc.Installation) here.
35
20
36
21
## Running X-SCAPE/JETSCAPE
37
22
@@ -116,7 +101,7 @@ To compile the 3DGlauber code together with the JETSCAPE framework, please turn
0 commit comments