-
Notifications
You must be signed in to change notification settings - Fork 10
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
Problem during ostap installation #32
Comments
Dear @km-b214 |
Hello, It used to be good. However, after I reinstalled ROOT by building from source, there was an error after I ran a script with this library. I've tried to reinstall this ostap library again, then there is error. I thought that the problem is from cmake but it is not. This is how installed ROOT (from root.cern/install/: The latest stable branch gets updated automatically on each release.You may update your local copy by issuing a
|
I suspect that MathMore is not build due to missing GSL |
you can have a look here |
Dear @km-b214 |
Hello. The problem hasn't been solved. I believe that mathmore library is not properly installed. I can't find libmathmore.so in the library folder although gsl library is successfully installed. I am still trying to follow the link but it is not clear to me. I can comeback to you if there is still an error after the library has been installed successfully. |
I have follow the direction to install ostap on my Ubuntu machine. However, when I execute
cmake .. -DCMAKE_INSTALL_PREFIX=..
I have the following error. I am wondering if you could tell me how to fix it. Thank you.
........
........
-- Configuring done (3.8s)
CMake Error at source/CMakeROOT_6_23.cmake:225 (add_dependencies):
The dependency target "ROOT::MathMore" of target "ostapDict" does not
exist.
Call Stack (most recent call first):
source/CMakeLists.txt:14 (include)
CMake Error at source/CMakeROOT_6_23.cmake:194 (target_link_libraries):
Target "ostap" links to:
but the target was not found. Possible reasons include:
Call Stack (most recent call first):
source/CMakeLists.txt:14 (include)
CMake Error at source/CMakeROOT_6_23.cmake:226 (target_link_libraries):
Target "ostapDict" links to:
but the target was not found. Possible reasons include:
Call Stack (most recent call first):
source/CMakeLists.txt:14 (include)
-- Generating done (0.0s)
CMake Generate step failed. Build files cannot be regenerated correctly.
The text was updated successfully, but these errors were encountered: