Skip to content
Snippets Groups Projects
Commit e5246ef8 authored by Johannes Elmsheuser's avatar Johannes Elmsheuser Committed by Graeme Stewart
Browse files

Tagging AtlasLCG-00-00-69 (AtlasLCG-00-00-69)

	* Modfiy Findpyanalysis.cmake to use site.py instead of
	  numpy/__init__.py to find the PYTHONPATH

2016-09-01 Johannes Elmsheuser <Johannes.Elmsheuser@cern.ch>
	* Modfiy Findpytools.cmake to use site.py instead of mock.py to
	  find the PYTHONPATH


Former-commit-id: bd0c6ec6
parent 60ea2756
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# $Id: Findpyanalysis.cmake 723053 2016-02-10 11:00:16Z krasznaa $
# $Id: Findpyanalysis.cmake 771424 2016-09-02 09:14:08Z elmsheus $
#
# Sets:
# PYANALYSIS_BINARY_PATH
......@@ -22,7 +22,7 @@ find_path( PYANALYSIS_BINARY_PATH isympy
PATH_SUFFIXES bin PATHS ${PYANALYSIS_ROOT} )
# Find the python path:
find_path( PYANALYSIS_PYTHON_PATH numpy/__init__.py
find_path( PYANALYSIS_PYTHON_PATH site.py
PATH_SUFFIXES lib/python2.7/site-packages
PATHS ${PYANALYSIS_ROOT} )
......
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# $Id: Findpytools.cmake 722366 2016-02-08 10:06:10Z krasznaa $
# $Id: Findpytools.cmake 771318 2016-09-01 14:55:33Z elmsheus $
#
# Sets:
# PYTOOLS_BINARY_PATH
......@@ -22,7 +22,7 @@ find_path( PYTOOLS_BINARY_PATH ipython
PATH_SUFFIXES bin PATHS ${PYTOOLS_ROOT} )
# Find the python path:
find_path( PYTOOLS_PYTHON_PATH mock.py
find_path( PYTOOLS_PYTHON_PATH site.py
PATH_SUFFIXES lib/python2.7/site-packages
PATHS ${PYTOOLS_ROOT} )
......
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