Hi,
I downloaded the last Hermes2d from
http://femhub.org/stpack/ , which
was newer than the one which is fetched by Femhub from git.
And got error when running configure script:
"
CMake Error at /home/lab/repo/git/femhub-distribution_cyber/local/
share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70
(MESSAGE):
Could NOT find PTHREAD (missing: PTHREAD_LIBRARY)
Call Stack (most recent call first):
/home/lab/repo/git/femhub-distribution_cyber/spkg/build/
hermes2d-201012090547_4c365d1/hermes_common/cmake/FindPTHREAD.cmake:15
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:165 (find_package)
-- Configuring incomplete, errors occurred!
"
Other libraries are using PTHREAD (like Python) and they compiled
without any problems. I guess that's because, they had -lPTHREAD
parameter or similar when configuring/compiling. Should I fix this or
is it already fixed on hermes git? If so, I can download the latest
git and build the spkg from it.
I had to update nearly all packages in Femhub in order to get it to
work. I had to replace python 2.6.4, which is buggy on the latest
Ubuntu even from original Sage repository. I have replaced it with
python 2.7 and now it works.
Thanks,
(Cyber)Luke