From 45531457d19d10f0553bfe2b616b6ed08aa01ead Mon Sep 17 00:00:00 2001 From: Atlas-Software Librarian <Atlas-Software.Librarian@cern.ch> Date: Tue, 25 Mar 2014 09:56:53 +0100 Subject: [PATCH] tag COOL-00-67-02 for LCGCMT_67b (COOL-00-67-02) --- LCG_Interfaces/COOL/cmt/requirements | 46 ++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 LCG_Interfaces/COOL/cmt/requirements diff --git a/LCG_Interfaces/COOL/cmt/requirements b/LCG_Interfaces/COOL/cmt/requirements new file mode 100644 index 00000000000..07939b71437 --- /dev/null +++ b/LCG_Interfaces/COOL/cmt/requirements @@ -0,0 +1,46 @@ +package COOL + +use LCG_Configuration v* +use LCG_Settings v* +use ROOT v* LCG_Interfaces +use CORAL v* LCG_Interfaces +use Python v* LCG_Interfaces -no_auto_imports + +apply_pattern use_optional pkg=Qt +apply_pattern use_optional pkg=Reflex + +macro COOL_native_version "$(COOL_config_version)" + +macro COOL_base $(LCG_releases)/COOL/$(COOL_native_version) +macro COOL_home $(COOL_base)/$(LCG_platform) + +include_path none +include_dirs "$(COOL_base)/include" + +macro COOL_linkopts '-L$(COOL_home)/lib ' \ + target-win '/libpath:"$(COOL_home)/lib" ' + +macro_append COOL_linkopts '-llcg_CoolKernel ' \ + target-win 'lcg_CoolKernel.lib ' + +macro COOL_applibs '-llcg_CoolApplication ' \ + target-win 'lcg_CoolApplication.lib ' + +macro_append COOL_linkopts '' \ + NEEDS_COOL_FACTORY '$(COOL_applibs)' + +apply_pattern set_bin_and_lib_path + +macro COOL_export_paths "$(COOL_home)/bin \ +$(COOL_home)/lib \ +$(COOL_home)/tests \ +$(COOL_base)/include \ +$(COOL_home)/python " + + +# --- PyCOOL --- +macro Python_use "" NEEDS_PYCOOL "Python v* LCG_Interfaces" +use $(Python_use) +path_remove PYTHONPATH "" NEEDS_PYCOOL&target-win "\COOL\" NEEDS_PYCOOL "/COOL/" +path_prepend PYTHONPATH "" NEEDS_PYCOOL&target-win "$(COOL_home)\python" NEEDS_PYCOOL "$(COOL_home)/python" + -- GitLab