statgen / raremetal

A flexible tool for meta-analysis
8 stars 9 forks source link

problems with building developer version 4.14.1 on Centos 7 #11

Closed domaniqs closed 5 years ago

domaniqs commented 5 years ago

Many thanks for addressing my previous query on issue #10 This is somohow related to issue #10 , which I accidentaly closed. Anyway, I am about to address other version, so it might be OK to open a new issue here. Even using developer version as suggested, I still have problems, different ones:

-"cget install -f requirements.txt" returns command not found and I don't seem to have cget on my system installed or locate what package it is part of, in order to install it. Also there is no requirements.txt file, so even if I had cget, it wouldn't work. -when I run: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../cget/cget/cget.cmake -DBUILD_TESTS=1 .. it produces:

CMake Error: The source directory "/opt/optional_programs/raremetal" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.

-even when I change the command to have correct path on my system to: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../otherLib/eigen-3.2.0/CMakeLists.txt -DBUILD_TESTS=1 .. I'm getting the same error about missing CMakeLists.txt file.

Am I doing something wrong or it is some misconfiguration of Makefile.inc or other file, or just readme file is about some different version?

Maciej