-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I am using condor installation that comes with OSG repo, which happens to be following at the moment..
condor-7.8.6-1.osg.el6.x86_64
When I do "cmake .", I get following message.
2013-03-22 23:54:22 UTC [hayashis@soichi6:~/git/python-condor]$ cmake .
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:57 (MESSAGE):
Could NOT find Condor (missing: CONDOR_LIB)
Call Stack (most recent call first):
cmake/FindCondor.cmake:28 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:32 (find_package)
I am not sure what I should set CONDOR_LIB to.. (I tried /var/lib/condor but didn't work)
Meanwhile, I see following in the README
Note the following environment or CMake variables are required to build:
- CONDOR_DIR - path to top-level directory of the HTCondor source code.
Do I really need to do this also? If so, how should I go about installing condor source that matches the condor distributed by OSG? (How can I keep it in-sync with OSG repo's?)
Thanks,
Soichi