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
32d8bcc7
Commit
32d8bcc7
authored
7 years ago
by
Marcin Nowak
Browse files
Options
Downloads
Patches
Plain Diff
Make dependency on setuptools (coming from LCG pytools) explicit
parent
8a05072b
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
External/AtlasPyFwdBwdPorts/CMakeLists.txt
+3
-0
3 additions, 0 deletions
External/AtlasPyFwdBwdPorts/CMakeLists.txt
External/pyAMI/CMakeLists.txt
+5
-0
5 additions, 0 deletions
External/pyAMI/CMakeLists.txt
with
8 additions
and
0 deletions
External/AtlasPyFwdBwdPorts/CMakeLists.txt
+
3
−
0
View file @
32d8bcc7
...
...
@@ -8,6 +8,9 @@ if( ATLAS_RELEASE_MODE )
return
()
endif
()
# for setuptools
find_package
(
pytools
)
# Helper macro for building and installing the packages. Documentation
# to be written later...
function
(
_setup_python_package name file md5
)
...
...
This diff is collapsed.
Click to expand it.
External/pyAMI/CMakeLists.txt
+
5
−
0
View file @
32d8bcc7
...
...
@@ -8,6 +8,9 @@ if( ATLAS_RELEASE_MODE )
return
()
endif
()
# for setuptools
find_package
(
pytools
)
# Helper macro for building and installing the package(s). Documentation
# to be written later...
function
(
_setup_python_package name file md5
)
...
...
@@ -63,3 +66,5 @@ _setup_python_package( pyAMI
# Clean up:
unset
(
_setup_python_package
)
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