-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with ddsim on macs #425
Comments
@peterkostka
|
Also it seems to me that you should not turn off the CMAKE_MACOSX_RPATH Line 148 in dff3018
Is there a reason you turn it off? |
Starting from scratch - -D CMAKE_MACOSX_RPATH:BOOL=OFF is a leftover ..... |
What do you get for
Now?
the same as before? |
The same picture: Also the test output is unchanged: |
Seems like the RPATH didn't get set
say? it looks like this for me with RPATH
and like this without RPATH
|
Right RPATH does not get set; in both cases: for the ROOT libraries is works ! ... ? |
Just to be sure, you are running |
Correct! |
Some more informations: |
I get the same
|
The problem I saw was with the
things are also working without the RPATH |
The same for me: ======================================================================= CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1 |
Is this the system python or some other python? |
@peterkostka what is your version of cmake? |
csrutil status
System Integrity Protection status: enabled.
cmake --version
cmake version 3.11.0
Possible python dependence - macOS
*1.**python - fink installation*
which python
/sw/bin/python
python --version
Python 2.7.15
*DD4hep - tests:**
**The following tests FAILED:**
** 12 - test_ddsim (Failed)*
*2.**python - vitualenv:*
env | grep virtualenv
:::::::
VIRTUAL_ENV=/opt/virtualenv/myVE
PYTHONPATH=/opt/virtualenv/myVE/lib/python2.7:/opt/DD4hep/install/python:/opt/root/root-install/lib
PYTHON_LIBRARY_DIR=/opt/virtualenv/myVE/lib/python2.7:/opt/DD4hep/install/python:/opt/root/root-install/lib
PYTHON_INCLUDE_DIRS=/opt/virtualenv/myVE/include/python2.7
which python
/opt/virtualenv/myVE/bin/python
python --version
Python 2.7.15
*DD4hep - tests:**
**The following tests FAILED:**
** 12 - test_ddsim (Failed)*
*3.* System python:
which python
/Library/Frameworks/Python.framework/Versions/2.7/bin/python
python --version
Python 2.7.13
*DD4hep - tests:**
**The following tests FAILED:**
** 12 - test_ddsim (Failed)**
*
…On 06/08/2018 13:50, Andre Sailer wrote:
@peterkostka <https://github.com/peterkostka> what is your version of
cmake?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#425 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AI-LIOrowpF15ASPnPmxzA0HqgbqLM0Mks5uOC1qgaJpZM4VqFOQ>.
|
We will also try with cmake 3.11, see if this changes the rpath behaviour on macOS |
In would be also helpfull is you could install cvmfs on your mac and try out our dependencies so we can easier exclude potential problems. /etc/cvmfs/default.local
and the mount
then you initialize a build by calling
|
I can only reproduce the problem with |
Using the cvmfs environment - all test's pass
|
Modifying the (my) cmake command to: =kostka@mbs-wlan:/opt/DD4hep/build 18:58> cmake solved the problem - all test's pass !! |
Do you know which option specifically caused the problems? |
From @peterkostka in #420 #420 (comment)
The text was updated successfully, but these errors were encountered: