Re: [votca] Installing VOTCA in OS X 10.11.6

2016-10-08 Thread Vitalie Botan
Ok, clean install of all required packages and votca solves the problem. Please disregard the previous post. --Vitaly On Saturday, October 8, 2016 at 1:20:04 PM UTC+2, Vitalie Botan wrote: > > Christoph, > > I got also problems with recent version 1.4rc when compiling on OSX 10.9.5: > > tools are

Re: [votca] Installing VOTCA in OS X 10.11.6

2016-10-08 Thread Vitalie Botan
Christoph, I got also problems with recent version 1.4rc when compiling on OSX 10.9.5: tools are compiled and installed smoothly, while csg stops with the following error: In file included from /Volumes/Home/Work/votca/csg/src/tools/csg_fmatch.cc:31: In file included from

Re: [votca] Installing VOTCA in OS X 10.11.6

2016-10-07 Thread nancyfor
Yes, I noticed that after post it. I changed directly it in the build.sh file. I found some problems with gsl but realized is related to the installation using make install Then I would recommend to include in the installation guide for OS X, to install using brew install gsl and brew

Re: [votca] Installing VOTCA in OS X 10.11.6

2016-10-07 Thread Christoph Junghans
Am 06.10.2016 11:32 schrieb "nancyfor" : > > Dear Christoph, > > For this, > >> sed: -: No such file or directory > >Can you track back where this error is coming from? > > I got the following while debugging > . > . > . > ++ get_version /Users/nancyfor/src/votca/src/./build.sh

Re: [votca] Installing VOTCA in OS X 10.11.6

2016-10-06 Thread nancyfor
Dear Christoph, For this, >> sed: -: No such file or directory >Can you track back where this error is coming from? I got the following while debugging . . . ++ get_version /Users/nancyfor/src/votca/src/./build.sh ++ sed -ne 's/^#version[[:space:]]*\([^[:space:]]*\)[[:space:]]*-- .*$/\1/p'

Re: [votca] Installing VOTCA in OS X 10.11.6

2016-10-05 Thread Christoph Junghans
2016-10-05 7:40 GMT-06:00 nancyfor : > Hello, > > I am trying to install votca following the installation instructions here: > > https://github.com/votca/csg/wiki/CompilingOSX > > I have installed the dependencies, using the following versions > gsl-2-2 > fftw-3.3.4 >

[votca] Installing VOTCA in OS X 10.11.6

2016-10-05 Thread nancyfor
Hello, I am trying to install votca following the installation instructions here: https://github.com/votca/csg/wiki/CompilingOSX I have installed the dependencies, using the following versions gsl-2-2 fftw-3.3.4 boost_1_62_0 cmake 3.6.2 and tried to build it using ./build.sh --prefix $prefix