Skip to content
Snippets Groups Projects
Commit b87be447 authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

cmt/requirements: fix compilation problem probably due to system rpms update...

cmt/requirements: fix compilation problem probably due to system rpms update (ByteStreamStoragePlugins-00-00-34)

2015-03-06 Emil Obreshkov <obreshko@cern.ch>
	* cmt/requirements: fix compilation problem probably due to system rpms update
	* Tag as ByteStreamStoragePlugins-00-00-34

2014-11-08  David Quarrie  <David.Quarrie@cern.ch>
	* Tagged as ByteStreamStoragePlugins-00-00-33
parent 3207a2a4
No related merge requests found
......@@ -19,6 +19,9 @@ apply_pattern cmake_add_command command="find_package(CASTOR COMPONENTS rfio)"
# Specify to cmake that this package depends on Xrootd. Transparent to CMT
apply_pattern cmake_add_command command="find_package(Xrootd COMPONENTS Posix)"
# Specify to cmake that it should ignore the -import=AtlasDCACHE for the fReaddCache library
apply_pattern cmake_ignore_import library=fReaddCache import=AtlasDCACHE
include_path none
# Castor plugin
......@@ -42,9 +45,6 @@ macro fReadXRootD_shlibflags "$(xrootd_linkopts) -lXrdPosixPreload -rdynamic $(
# dCache plugin
# Specify to cmake that the AtlasDCACHE import should be ignored. Transparent to CMT
apply_pattern cmake_ignore_import library=fReaddCache import=AtlasDCACHE
macro dCacheLibFiles "fReaddCache.cxx"
library fReaddCache $(dCacheLibFiles) -import=AtlasDCACHE
apply_pattern named_linked_library library="fReaddCache"
......@@ -54,6 +54,8 @@ macro fReaddCache_shlibflags "$(dcache_client_linkopts) -rdynamic $(tdaqc_linko
private
macro_append includes " -I/usr/include/shift "
apply_tag allowUndefined
macro use_Shift "" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment