From a8cb2ad624be581d8c3aea3bab87b10f793b6c26 Mon Sep 17 00:00:00 2001 From: Graeme Stewart <graemes.cern@gmail.com> Date: Thu, 2 Feb 2017 22:21:09 +0100 Subject: [PATCH] graphics/VP1/VP1Qwt deleted from master --- graphics/VP1/VP1Qwt/cmt/requirements | 33 ---------------------------- 1 file changed, 33 deletions(-) delete mode 100644 graphics/VP1/VP1Qwt/cmt/requirements diff --git a/graphics/VP1/VP1Qwt/cmt/requirements b/graphics/VP1/VP1Qwt/cmt/requirements deleted file mode 100644 index a4fae4ae0d3..00000000000 --- a/graphics/VP1/VP1Qwt/cmt/requirements +++ /dev/null @@ -1,33 +0,0 @@ -package VP1Qwt - -author Thomas Kittelmann <Thomas.Kittelmann@cern.ch> - -use AtlasExternalArea AtlasExternalArea-* External - -use AtlasQt4 AtlasQt4-* External - -private -use qwt v* LCG_Interfaces -end_private - -macro VP1Qwt_qwt_version "$(qwt_config_version)" -macro VP1Qwt_native_version "$(VP1Qwt_qwt_version)_qt$(qt_config_version)" -# macro VP1Qwt_home "$(LCG_external)/qwt/$(VP1Qwt_native_version)/$(LCG_system)" -macro VP1Qwt_home "$(LCG_external)/qwt/$(VP1Qwt_qwt_version)/$(LCG_system)" - -include_path none -include_dirs "$(VP1Qwt_home)/include" - -macro VP1Qwt_lib_dir "$(VP1Qwt_home)/lib" - -macro VP1Qwt_linkopts "-L$(VP1Qwt_lib_dir) -lqwt " - -path_remove LD_LIBRARY_PATH "/qwt/" -path_append LD_LIBRARY_PATH "$(VP1Qwt_lib_dir)" -path_remove DYLD_LIBRARY_PATH "/qwt/" -path_append DYLD_LIBRARY_PATH "$(VP1Qwt_lib_dir)" - -path_remove QT_PLUGIN_PATH "/qwt/" -path_append QT_PLUGIN_PATH "$(VP1Qwt_home)/plugins" - -macro VP1Qwt_export_paths "$(VP1Qwt_home)" -- GitLab