@@ -67,7 +67,7 @@ if (OPENCL_FOUND)
67
67
endif (USE_CLVISC)
68
68
endif (OPENCL_FOUND)
69
69
70
- # IPGlasma . Turn on with 'cmake -DUSE_IPGLASMA=ON'.
70
+ # IP-Glasma . Turn on with 'cmake -DUSE_IPGLASMA=ON'.
71
71
option (USE_IPGLASMA "Build with IP-Glasma" OFF )
72
72
if (USE_IPGLASMA)
73
73
message ("Includes for IP-Glasma ..." )
@@ -402,17 +402,17 @@ if (USE_3DGlauber)
402
402
endif ()
403
403
404
404
405
- if (USE_IPGlasma )
405
+ if (USE_IPGLASMA )
406
406
if (NOT EXISTS "${CMAKE_SOURCE_DIR} /external_packages/ipglasma" )
407
- message (FATAL_ERROR "Error: IPGlasma source has not been downloaded in external_packages by ./get_ipglasma.sh" )
407
+ message (FATAL_ERROR "Error: IP-Glasma source has not been downloaded in external_packages by ./get_ipglasma.sh" )
408
408
endif ()
409
409
if (${GSL_FOUND} )
410
- message ("Building IPGlasma ..." )
410
+ message ("Building IP-Glasma ..." )
411
411
add_subdirectory (./external_packages/ipglasma)
412
412
else ()
413
- message (FATAL_ERROR "GSL are necessary for ipglasma " )
413
+ message (FATAL_ERROR "GSL is necessary for IP-Glasma " )
414
414
endif ()
415
- target_compile_definitions (JetScape PRIVATE USE_IPGlasma )
415
+ target_compile_definitions (JetScape PRIVATE USE_IPGLASMA )
416
416
endif ()
417
417
418
418
if (USE_MUSIC)
@@ -515,9 +515,9 @@ endif (USE_SMASH )
515
515
516
516
517
517
# executables with additional dependencies
518
- if ( USE_IPGlasma )
518
+ if ( USE_IPGLASMA )
519
519
target_link_libraries (runJetscape ${GSL_LIBRARIES} )
520
- endif (USE_IPGlasma )
520
+ endif (USE_IPGLASMA )
521
521
if ( USE_MUSIC AND USE_ISS )
522
522
target_link_libraries (runJetscape ${GSL_LIBRARIES} )
523
523
endif (USE_MUSIC AND USE_ISS )
@@ -539,12 +539,12 @@ endif(USE_ROOT)
539
539
# -----------------------------------------------------------
540
540
#### copy essential files for MUSIC to build/
541
541
file (COPY ./external_packages/trento/nucleusConfigs DESTINATION ${CMAKE_BINARY_DIR} /)
542
- if (USE_IPGlasma )
542
+ if (USE_IPGLASMA )
543
543
if (EXISTS "${CMAKE_SOURCE_DIR} /external_packages/ipglasma/" )
544
544
file (COPY ${CMAKE_SOURCE_DIR} /examples/test_ipglasma_files/ipglasma.input DESTINATION ${CMAKE_BINARY_DIR} /)
545
545
file (COPY ${CMAKE_SOURCE_DIR} /external_packages/ipglasma/qs2Adj_vs_Tp_vs_Y_200.in DESTINATION ${CMAKE_BINARY_DIR} /)
546
546
else ()
547
- message (FATAL_ERROR "Error: Cannot find files for IPGlasma ." )
547
+ message (FATAL_ERROR "Error: Cannot find files for IP-Glasma ." )
548
548
endif ()
549
549
endif ()
550
550
if (USE_FREESTREAM)
0 commit comments