Skip to content
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

Installation (CMake) Error #19

Closed
chemrgineer opened this issue Jun 4, 2022 · 2 comments
Closed

Installation (CMake) Error #19

chemrgineer opened this issue Jun 4, 2022 · 2 comments

Comments

@chemrgineer
Copy link

I downloaded last version of SCIP from git repo. I compiled without any error. But I get this error massage when try to install with "sudo make install":

fatal: unsafe repository ('/home/radxa/Downloads/scip' is owned by someone else)
To add an exception for this directory, call:

        git config --global --add safe.directory /home/radxa/Downloads/scip
CMake Error at scip_update_githash.cmake:12 (string):
  string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
  command.


make[2]: *** [CMakeFiles/scip_update_githash.dir/build.make:70: CMakeFiles/scip_update_githash] Error 1
make[1]: *** [CMakeFiles/Makefile2:719: CMakeFiles/scip_update_githash.dir/all] Error 2
make: *** [Makefile:166: all] Error 2

I tried to add safe directory but nothing changed. I'm working on ARM architecture Radxa Zero.(cmake 3.23.1, Make 4.3)

@fschloesser
Copy link
Contributor

Dear @chemrgineer
I modified the CMakeLists.txt, can you please try again and in case it does not work, please attach the file that it complains about?
Best,
Franziska

@chemrgineer
Copy link
Author

Hi @fschloesser, I compiled SCIP on Ubuntu 22.04 LTS (WSL) without any problem. I couldn't repeated process on ARM platform. Because I tried to compile Soplex first but I get same error (compiling but not able to install system). Thank you for fast response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants