Changeset 262


Ignore:
Timestamp:
Jan 24, 2007, 4:14:20 PM (18 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MEMPHYS/HEAD/cmt/requirements

    r260 r262  
    1414set G4LEDATA "${OSC_G4LEDATA}"
    1515set NeutronHPCrossSections "${OSC_NeutronHPCrossSections}"
     16
     17#////////////////////////////////////////////////////////////
     18#/// From Interfaces/Platform ///////////////////////////////
     19#////////////////////////////////////////////////////////////
     20
     21macro Platform_bin "${CMTCONFIG}"
     22#set PLATFORMBIN "${Platform_bin}"
     23
     24pattern Platform_paths \
     25  path_remove LD_LIBRARY_PATH "$(<PACKAGE>ROOT)/$(Platform_bin)" WIN32 "" Darwin "" ;\
     26  path_append LD_LIBRARY_PATH "$(<PACKAGE>ROOT)/$(Platform_bin)" WIN32 "" Darwin "" ;\
     27  path_remove DYLD_LIBRARY_PATH "" Darwin "$(<PACKAGE>ROOT)/$(Platform_bin)" ;\
     28  path_append DYLD_LIBRARY_PATH "" Darwin "$(<PACKAGE>ROOT)/$(Platform_bin)" ;\
     29  path_remove PATH "$(<PACKAGE>ROOT)/$(Platform_bin)" WIN32 "$(<PACKAGE>ROOT)\$(Platform_bin)" ;\
     30  path_append PATH "$(<PACKAGE>ROOT)/$(Platform_bin)" WIN32 "$(<PACKAGE>ROOT)\$(Platform_bin)"
     31
     32# Darwin : to build dlls properly :
     33macro make_shlib "$(make_shlib)" Darwin "$(MEMPHYSROOT)/cmt/cmt_make_shlib_common.sh extract"
    1634
    1735#//////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.