-
Notifications
You must be signed in to change notification settings - Fork 108
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
./README does not install any dependencies #27
Comments
The Ubuntu (apt) and Fedora (yum/dnf) install systems are fundamentally
different. The scientific Linux seems to be a Fedora derivative so under
the yum package management system. You may get some traction by installing
apt equivalent for the Fedora ecosystem.
https://docs.fedoraproject.org/en-US/quick-docs/dnf-vs-apt/
…On Tue, 10 Jan 2023, 12:33 Sergi Hildebrandt, ***@***.***> wrote:
I have cloned Ginan in a machine. It's already executable (so the step in
the installation that says to make it executable seems outdated):
-rwxr-xr-x 1 srhildeb gipsy 20977 Jan 10 01:38 README.md
When I type in the terminal: ./README.md, nothing at all happens:
***@***.*** ~/ginan]$ ./README.md
***@***.*** ~/ginan]$
***@***.*** ~/ginan]$ ls
archived docker examples LICENSE.md scripts
CHANGELOG.md Docs ISSUES.md README.md src
The OS in my machine is:
NAME="Scientific Linux"
VERSION="7.9 (Nitrogen)"
ID="scientific"
ID_LIKE="rhel centos fedora"
Does the installation from the README.md file only work with Ubuntu?
—
Reply to this email directly, view it on GitHub
<#27>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADX7BCVIXM7JVEVXXLVDQ3WRS7QHANCNFSM6AAAAAATWDC6KQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
P.S. I'll try the source installtion with dnf next week after we upgrade the OS to Red Hat 8. |
Update: We have installed RHEL8 and dependencies. We are looking at an issue with boost. I'll report soon if we suceed and we can close this issue. Thanks. Boost fine, now part of openblas. |
Fine with OpenBLAS. Flags needed in our installation (RHEL8) copied below for cognizance. I need to test some examples and make sure it runs well. I'll give a final update soon. cmake -DOpenBLAS_INCLUDE_DIR:PATH=/usr/depot/redhatel8_64/openblas/0.3.21/include -DOpenBLAS_LIB:FILEPATH=/usr/depot/redhatel8_64/openblas/0.3.21/lib -DBLAS_blas_LIBRARY:FILEPATH=/usr/depot/redhatel8_64/lapack/3.5.0/lib/libblas.so -DLAPACK_LIBRARIES:FILEPATH=/usr/depot/redhatel8_64/lapack/3.5.0/lib/liblapack.so -DNETCDF_LIBRARIES_CXX:FILEPATH=/usr/depot/redhatel8_64/netcdf-c++/4.3.0_ABI0/lib -DNETCDF_INCLUDES_CXX:PATH=/usr/depot/redhatel8_64/netcdf-c++/4.3.0_ABI0/include -DNETCDF_INCLUDES:FILEPATH=/usr/depot/redhatel8_64/netcdf/4.6.2_ABI0/include -DNETCDF_LIBRARIES:FILEPATH=/usr/depot/redhatel8_64/netcdf/4.6.2_ABI0/lib ../ |
Since ex11 is advertised, MongoDB is required, so I would remind the user about it. Everything else seems fine. P.S. the tar zip files are easy to download in a machine with good internet connection. In cases where the connection is not good enough (unfortunately, the case of my institutional secure servers), I download it to my laptop and upload the file via sftp. Then, I had to unzip it and re-run |
Okay. MongoDB is optional, and I set to If someone uses RHEL, please see above for tips about the installation of external packages. |
I have cloned Ginan in a machine. It's already executable (so the step in the installation that says to make it executable seems outdated):
-rwxr-xr-x 1 srhildeb gipsy 20977 Jan 10 01:38 README.md
When I type in the terminal: ./README.md, nothing at all happens:
[srhildeb@pp1oc ~/ginan]$ ./README.md
[srhildeb@pp1oc ~/ginan]$
[srhildeb@pp1oc ~/ginan]$ ls
archived docker examples LICENSE.md scripts
CHANGELOG.md Docs ISSUES.md README.md src
The OS in my machine is:
NAME="Scientific Linux"
VERSION="7.9 (Nitrogen)"
ID="scientific"
ID_LIKE="rhel centos fedora"
Does the installation from the README.md file only work with Ubuntu?
The text was updated successfully, but these errors were encountered: