Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Sherwood
athena
Commits
308b1479
Commit
308b1479
authored
8 years ago
by
Graeme Stewart
Browse files
Options
Downloads
Patches
Plain Diff
External/APEGlue deleted from master
parent
68fdf21c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
External/APEGlue/CMakeLists.txt
+0
-53
0 additions, 53 deletions
External/APEGlue/CMakeLists.txt
External/APEGlue/cmt/requirements
+0
-28
0 additions, 28 deletions
External/APEGlue/cmt/requirements
with
0 additions
and
81 deletions
External/APEGlue/CMakeLists.txt
deleted
100644 → 0
+
0
−
53
View file @
68fdf21c
# $Id: CMakeLists.txt 742250 2016-04-22 14:17:29Z krasznaa $
#
# CMake configuration building APE as part of the release build.
# To be kept in sync with the requirements file of the package.
#
# Set the name of the package:
atlas_subdir
(
APEGlue
)
# Set up its package dependencies:
atlas_depends_on_subdirs
(
PRIVATE Externals/AtlasTBB
Externals/yampl
)
# In release recompilation mode finish here:
if
(
ATLAS_RELEASE_MODE
)
return
()
endif
()
# Get the offline repository location, if it's set in the environment:
if
(
ENV{SVNROOT}
)
set
(
SVNROOT $ENV{SVNROOT}
)
else
()
set
(
SVNROOT
"svn+ssh://svn.cern.ch/reps/atlasoff"
)
endif
()
# Build the package for the build area:
ExternalProject_Add
(
APE
PREFIX
${
CMAKE_BINARY_DIR
}
SVN_REPOSITORY
${
SVNROOT
}
/Offloading/APE/tags/APE-01-02-00
CMAKE_CACHE_ARGS
-DTBB_INSTALL_DIR:PATH=
${
CMAKE_BINARY_DIR
}
/
${
ATLAS_PLATFORM
}
-DYAMPL_DIR:PATH=
${
CMAKE_BINARY_DIR
}
/
${
ATLAS_PLATFORM
}
-DBOOST_ROOT:PATH=
${
BOOST_ROOT
}
-DBOOST_INCLUDEDIR:PATH=
${
BOOST_INCLUDEDIR
}
-DCMAKE_PREFIX_PATH:PATH=
${
YAMLCPP_ROOT
}
-DCMAKE_INSTALL_PREFIX:PATH=
${
CMAKE_CURRENT_BINARY_DIR
}
/build
-DCMAKE_SYSTEM_IGNORE_PATH:STRING=/usr/include;/usr/lib;/usr/lib32;/usr/lib64
INSTALL_DIR
${
CMAKE_BINARY_DIR
}
/
${
ATLAS_PLATFORM
}
LOG_CONFIGURE 1
)
ExternalProject_Add_Step
(
APE buildinstall
COMMAND
${
CMAKE_COMMAND
}
-E remove_directory
${
CMAKE_CURRENT_BINARY_DIR
}
/build/lib/cmake
COMMAND
${
CMAKE_COMMAND
}
-E copy_directory
${
CMAKE_CURRENT_BINARY_DIR
}
/build/ <INSTALL_DIR>
COMMENT
"Installing APE into the build area"
DEPENDEES install
)
add_dependencies
(
APE AtlasTBB yampl
)
add_dependencies
(
Package_APEGlue APE
)
# Install APE:
install
(
DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
/build/
DESTINATION . USE_SOURCE_PERMISSIONS
)
This diff is collapsed.
Click to expand it.
External/APEGlue/cmt/requirements
deleted
100644 → 0
+
0
−
28
View file @
68fdf21c
package APEGlue
author sami.kama@cern.ch
manager sami.kama@cern.ch
use ExternalPolicy ExternalPolicy-* External
use yampl yampl-* External
# Version to be kept in sync with the CMake configuration:
macro APE_native_version "1.2.0"
# macro mandatory for distribution kit building
macro APEGlue_native_version "$(APE_native_version)"
macro APE_home "${ATLAS_EXTERNAL}/APE/${APE_native_version}/${CMTCONFIG}"
#macro APE_home "${CMTINSTALLAREA}/${CMTCONFIG}"
include_dirs "$(APE_home)/include"
macro APE_libs "${APE_home}/lib"
macro APE_bin "${APE_home}/bin"
macro APEGlue_linkopts "-L$(APE_libs) -lAPEContainer "
path_remove LD_LIBRARY_PATH "/APE/"
path_append LD_LIBRARY_PATH "${APE_libs}"
path_remove PATH "/APE/"
path_append PATH "${APE_bin}"
macro APEGlue_export_paths "${APE_home}"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment