|
From: Sergey F. <ser...@gm...> - 2015-12-17 04:29:46
|
Werner, Looking at $RSFSRC/usr/chengjb/SConstruct https://github.com/ahay/src/blob/master/user/chengjb/SConstruct , this program needs both LAPACK and FFTW. We should make the instructions clearer. If you don't have FFTW on your computer, it should be easy to install http://fftw.org/ On a Mac, you can use MacPorts to run " sudo port install fftw-3-single". Next, either rerun ./configure or edit config.py to point FFTW to the fftw3f library: FFTW = 'fftw3f'. SF On Tue, Dec 8, 2015 at 10:59 AM, Heigl, Werner <Wer...@ap...> wrote: > > > > I just installed the latest stable version on my Macbook and wanted to > reproduce this figure: > http://www.reproducibility.org/RSF/book/tongji/lrmode/twolayer2dti.html > > > > The script worked until it got to the Flow that contains the executable > ‘tti2delrsep2p’. I then simply test that one and got the message > > > > $ sftti2delrsep2p > > > > /usr/local/bin/sftti2delrsep2p is not installed. > > Check $RSFROOT/share/madagascar/etc/config.py for LAPACK > > and reinstall if necessary. > > Possible missing packages: lapack > > > > I checked config.py and all looks good. Lapack is installed as > > > > Libclapack.dylib > > Libf77lapack.dylib > > Liblapack.dylib > > > > When the installation process comes to installing these executables there > are messages like this one: > > > > __placeholder(["build/user/chengjb/sftti2delrsep"], []) > > > > I get the same problem with all C++ codes in the directory > /build/user/chengjb. The executables are all there but they don’t run and > produce the same error messages during installation. > > > |