Hi Marc please post your questions on the mailing list (CC'ed), so that others can learn from it.
2015-09-03 20:59 GMT-06:00 Marc Charendoff <[email protected]>: > Hello, > > Please excuse me if this is not the right place to ask, but I was > wondering if you had any guidance on the VOTCA install for OS X Yosemite. I > have been using the instructions on the following page: > > https://code.google.com/p/votca/wiki/CompilingOSX > > But have been having trouble on the very last step. I noticed you also moved > to Github so I was wondering if that might be the issue. It is more likely > however I am just not that great at interpreting pseudocode. In that case > when given instructions below, I set prefix =/usr/local/VOTCA > After that, I cut and paste the code as is into my bash shell. I get hung up > on the ./build.sh with the following error: > > sed: -: No such file or directory > This is VOTCA build.sh, version 1.9.7 > Install prefix is '/usr/local/VOTCA' > Using 9 jobs for make > Unknown progamm '—minimal', I know: tools csg csg-tutorials csgapps > csg-testsuite csg-manual gromacs (disable this check with --no-progcheck > option) Yes, there was a typo in the page, it is supposed to be "--minimal" with two "-", see the updated guide here: <https://github.com/votca/csg/wiki/CompilingOSX> Cheers, Christoph > > Any guidance would be greatly appreciated and I apologize in advance if this > is the wrong venue. > > prefix=WHERE/TO/INSTALL/VOTCA > mkdir -p ${prefix}/src > cd ${prefix}/src > curl -O http://votca.googlecode.com/hg/build.sh We have moved to github, so please use the latest version from there: $ curl -O https://raw.githubusercontent.com/votca/buildutil/master/build.sh Cheers, Christoph > chmod +x build.sh > ./build.sh --prefix ${prefix} —minimal -DWITH_FFTW=ON -DWITH_GSL=ON > -DGSL_INCLUDE_DIR=/usr/local/gsl/include > -DGSL_LIBRARY=/usr/local/gsl/lib/libgsl.dylib > -DCBLAS_LIBRARY=/usr/local/gsl/lib/libgslcblas.dylib > -DFFTW3_INCLUDE_DIR=/usr/local/fftw/include > -DFFTW3_LIBRARY=/usr/local/fftw/lib/libfftw3.dylib tools csg -- Christoph Junghans Web: http://www.compphys.de -- You received this message because you are subscribed to the Google Groups "votca" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/votca. For more options, visit https://groups.google.com/d/optout.
