Skip to content
Snippets Groups Projects
Commit 32d8bcc7 authored by Marcin Nowak's avatar Marcin Nowak :radioactive:
Browse files

Make dependency on setuptools (coming from LCG pytools) explicit

parent 8a05072b
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,9 @@ if( ATLAS_RELEASE_MODE ) ...@@ -8,6 +8,9 @@ if( ATLAS_RELEASE_MODE )
return() return()
endif() endif()
# for setuptools
find_package( pytools )
# Helper macro for building and installing the packages. Documentation # Helper macro for building and installing the packages. Documentation
# to be written later... # to be written later...
function( _setup_python_package name file md5 ) function( _setup_python_package name file md5 )
......
...@@ -8,6 +8,9 @@ if( ATLAS_RELEASE_MODE ) ...@@ -8,6 +8,9 @@ if( ATLAS_RELEASE_MODE )
return() return()
endif() endif()
# for setuptools
find_package( pytools )
# Helper macro for building and installing the package(s). Documentation # Helper macro for building and installing the package(s). Documentation
# to be written later... # to be written later...
function( _setup_python_package name file md5 ) function( _setup_python_package name file md5 )
...@@ -63,3 +66,5 @@ _setup_python_package( pyAMI ...@@ -63,3 +66,5 @@ _setup_python_package( pyAMI
# Clean up: # Clean up:
unset( _setup_python_package ) unset( _setup_python_package )
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