[cig-commits] [commit] master: Attempt 1 to fix dependency issue (e589f7e)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 19:00:50 PST 2014


Repository : https://github.com/geodynamics/calypso

On branch  : master
Link       : https://github.com/geodynamics/calypso/compare/0000000000000000000000000000000000000000...537bef902fcbd7167c78a1b35a7a41d022964d74

>---------------------------------------------------------------

commit e589f7e7191819193135822036d4af9fa33c2f59
Author: Harsha Lokavarapu <hlokavarapu at ucdavis.edu>
Date:   Mon Jun 16 15:26:01 2014 -0700

    Attempt 1 to fix dependency issue
    
    The dependency issue is between SPH_analyzer_const_MHD_initial.f90 and SPH_analyzer_MHD.mod


>---------------------------------------------------------------

e589f7e7191819193135822036d4af9fa33c2f59
 src/programs/data_utilities/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/programs/data_utilities/CMakeLists.txt b/src/programs/data_utilities/CMakeLists.txt
index 0c2525d..1fc008e 100644
--- a/src/programs/data_utilities/CMakeLists.txt
+++ b/src/programs/data_utilities/CMakeLists.txt
@@ -16,5 +16,6 @@ TARGET_LINK_LIBRARIES(sph_dynamobench calypso fftpack.5d)
 
 SET(MOD_SPH_INITIAL INITIAL_FIELD/main_sph_initial_fld.f90 INITIAL_FIELD/SPH_analyzer_const_initial.f90 INITIAL_FIELD/const_sph_initial_spectr.f90)
 ADD_EXECUTABLE(sph_initial_field ${MOD_SPH_INITIAL})
+ADD_DEPENDENCIES(sph_initial_field sph_mhd)
 TARGET_LINK_LIBRARIES(sph_initial_field calypso fftpack.5d)
 



More information about the CIG-COMMITS mailing list