Code Monkey home page Code Monkey logo

Comments (5)

dajiangliu avatar dajiangliu commented on June 21, 2024

from rvtests.

mboisson avatar mboisson commented on June 21, 2024

So, if we let aside that the make command downloads stuff (it should not, make is supposed to be runnable offline, without any internet connection), and builds stuff that is already available (such as zstd, tabix, sqlite, nlopt, gsl, openblas, pcre, samtools), without proper optimizations (we build all of those, but in paritulcar BLAS implementations with specific optimizations for the architectures we run on, for example), it fails in particular with Eigen (which we ALSO have):

echo "obtain Eigen..."
obtain Eigen...
wget --no-check-certificate http://bitbucket.org/eigen/eigen/get/3.3.7.tar.bz2 -O eigen-3.3.7.tar.bz2
URL transformed to HTTPS due to an HSTS policy
--2022-02-03 22:11:11--  https://bitbucket.org/eigen/eigen/get/3.3.7.tar.bz2
Résolution de bitbucket.org… 104.192.141.1, 2406:da00:ff00::3403:4be7, 2406:da00:ff00::22cd:e0db, ...
Connexion à bitbucket.org|104.192.141.1|:443… connecté.
requête HTTP transmise, en attente de la réponse… 404 Not Found
2022-02-03 22:11:11 erreur 404 : Not Found.

make[1]: *** [Makefile:84: eigen-3.3.7.tar.bz2] Error 8
make[1] : on quitte le répertoire « /home/mboisson/tmp/rvtests-2.1.0/third »
make: *** [Makefile.lib:18: /home/mboisson/tmp/rvtests-2.1.0/third/eigen] Error 2

from rvtests.

mboisson avatar mboisson commented on June 21, 2024

The above was an attempt to build manually, without any options specified (just make), which we don't do.

This gist contains the full logs of a build attempted with EasyBuild. It fails to compile nlopt, I guess because somewhere, somehow, in the mess of the build scripts, it passes wrong arguments. Again, it does NOT need to build nlopt, we already have it available.
https://gist.github.com/mboisson/fd82f8585f445148eec2dcaedafa090c

from rvtests.

dajiangliu avatar dajiangliu commented on June 21, 2024

from rvtests.

mboisson avatar mboisson commented on June 21, 2024

I would rather not have to download Eigen at all. As I said, we already have it installed.

I pointed our user to the binary version that you have and will forget about building from source. The binary version won't be optimized for our hardware, but I guess it's gonna be good enough.

from rvtests.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.