From c4581c5ef596d840be78f5d54d84bfb886277d44 Mon Sep 17 00:00:00 2001 From: John Derek Chapman <chapman@hep.phy.cam.ac.uk> Date: Wed, 17 Feb 2016 16:48:43 +0100 Subject: [PATCH] single fat library version of CLHEP 2.1.2.3-atl01. Tagging CLHEP-00-67-00-50 (CLHEP-00-67-00-50) --- LCG_Interfaces/CLHEP/cmt/requirements | 28 ++------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/LCG_Interfaces/CLHEP/cmt/requirements b/LCG_Interfaces/CLHEP/cmt/requirements index 3cb89283383..e6ef4371693 100644 --- a/LCG_Interfaces/CLHEP/cmt/requirements +++ b/LCG_Interfaces/CLHEP/cmt/requirements @@ -12,36 +12,12 @@ macro CLHEP_home $(LCG_external)/clhep/$(CLHEP_ATLAS_specific_native_version)/$( target-gcc49 "${SITEROOT}/sw/lcg/external/clhep/$(CLHEP_ATLAS_specific_native_version)/$(LCG_system)" macro CLHEP_include "$(CLHEP_home)/include" - + include_path none include_dirs $(CLHEP_home)/include macro CLHEP_linkopts "-L$(CLHEP_home)/lib \ - -lCLHEP-Cast-$(CLHEP_native_version) \ - -lCLHEP-Evaluator-$(CLHEP_native_version) \ - -lCLHEP-Exceptions-$(CLHEP_native_version) \ - -lCLHEP-GenericFunctions-$(CLHEP_native_version) \ - -lCLHEP-Geometry-$(CLHEP_native_version) \ - -lCLHEP-Random-$(CLHEP_native_version) \ - -lCLHEP-RandomObjects-$(CLHEP_native_version) \ - -lCLHEP-RefCount-$(CLHEP_native_version) \ - -lCLHEP-Vector-$(CLHEP_native_version) \ - -lCLHEP-Matrix-$(CLHEP_native_version) " \ - target-win " /LIBPATH:$(CLHEP_home)\lib \ - CLHEP-Cast-$(CLHEP_native_version).lib \ - CLHEP-Evaluator-$(CLHEP_native_version).lib \ - CLHEP-Exceptions-$(CLHEP_native_version).lib \ - CLHEP-GenericFunctions-$(CLHEP_native_version).lib \ - CLHEP-Geometry-$(CLHEP_native_version).lib \ - CLHEP-Random-$(CLHEP_native_version).lib \ - CLHEP-RandomObjects-$(CLHEP_native_version).lib \ - CLHEP-RefCount-$(CLHEP_native_version).lib \ - CLHEP-Vector-$(CLHEP_native_version).lib \ - CLHEP-Matrix-$(CLHEP_native_version).lib " - -macro_append CLHEP_linkopts "" \ - HAS_HEPPDT&target-unix " -lCLHEP-HepPDT-$(CLHEP_native_version) " \ - HAS_HEPPDT&target-win " libCLHEP-HepPDT-$(CLHEP_native_version).lib " + -lCLHEP-$(CLHEP_native_version) " macro CLHEP_name "clhep" apply_pattern set_lib_path -- GitLab