-
Notifications
You must be signed in to change notification settings - Fork 68
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
System python updated #974
Conversation
Rather than pointing to CMAKE_INSTALL_PREFIX it should point to ${CMAKE_INSTALL_PREFIX}/lib/python${PYVER}/site-packages
A pixman is needed by Cairo, we don't want to require Cairo before it can be built.
Use CMake variable so that we pick up the correct version of SIP
If system FFMPEG is present these header will be picked up and there may be a version miss match. Conflicts: CMake/cdat_modules_extra/ffmpeg_configure_step.cmake.in
The misplaced " result in a ; separated string as CMake treats the variable as a list.
The Ubuntu packaged modules appear to be broken.
Conflicts: testing/dv3d/CMakeLists.txt testing/dv3d/TestManager.py testing/dv3d/basic_run_test.py testing/vcs/test_vcs_close.py
did you test it? Last I tried it didn't work, we shouldn't approve our own branches @aashish24 will run a build now on my systems and will report any issues (if any). This shouldn't hurt the regular build so I guess it's ok. |
This PR breaks the build for OSX 10.8. I was attempting to update my dev version of UV-CDAT and ran into a bunch of build errors in the same vein; it turned out the MyProxyClient was trying to install itself into $INSTALL_PREFIX/lib/python2.7/site-packages instead of $INSTALL_PREFIX/Library/.../python2.7/site-packages, and didn't like it. I checked out commit e114e06, and the build worked fine. |
@aashish24 we should either fix quickly or revert right, see, never self merge ;) |
Updated