reproduce-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sr #110370] OpenMPI fails on macOS


From: Boud Roukema
Subject: [sr #110370] OpenMPI fails on macOS
Date: Thu, 12 Nov 2020 13:40:52 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #5, sr #110370 (project reproduce):

This look like scipy-1.3.1:


    41  cd /BUILD/build-tmp; rm -rf  scipy-1.3.1; if !  tar xf
/BUILD/tarballs/scipy-1.3.1.tar.gz; then echo; echo "Tar error"; exit 1; fi;
cd  scipy-1.3.1; if [ "x$conf" != x ]; then sed -e
's|@LIBDIR[@]|'"/BUILD/installed/lib"'|' -e
's|@INCDIR[@]|'"/BUILD/installed/include"'|' $conf > site.cfg; fi; if type
pyhook_before &>/dev/null; then pyhook_before; fi && python setup.py build &&
python setup.py install && if type pyhook_after &>/dev/null; then
pyhook_after; fi && cd .. && rm -rf  scipy-1.3.1 && echo "" >
/BUILD/installed/version-info/python/scipy \
    42  && cp
/Users/aperez/software/osiris/reproduce/software/bibtex/scipy.tex
/BUILD/installed/version-info/cite/ \
    43  && echo "Scipy 1.3.1 \citep{scipy2007,scipy2011}" >
/BUILD/installed/version-info/python/scipy


The current 'maneage' branch of maneage has sci-py 1.5.2:

$ grep -n scipy reproduce/software/config/versions.conf
241:scipy-version = 1.5.2


So this seems to be an older version of maneage. As Mohammad said, we need to
know exactly which version of maneage is being tested.

The output of the command given by Mohammad will help. The output of 

git describe --always --long --dirty

would also help.


    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/support/?110370>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]