On Wed, Apr 1, 2020 at 1:30 PM Ramon Gonzalez Perez <[email protected]> wrote: > > v1.4.1 through: > > sudo rm -rf /usr/local/votca > > prefix=/usr/local/votca > > version=v1.4.1 > > git clone -b ${version} --recursive https://github.com/votca/votca.git > > cd votca > > mkdir build > > cd build > > cmake -DBUILD_CSGAPPS=ON -DCMAKE_INSTALL_PREFIX=${prefix} -DWITH_SQLITE3=OFF > -DWITH_GMX=ON -DGROMACS_INCLUDE_DIR=/usr/local/gromacs/include > -DGROMACS_LIBRARY=/usr/local/gromacs/lib/libgromacs.dylib .. > > sudo make -j5 No sudo needed here. > > sudo make install I did exactly that on Linux and I get the following file:
$ ls /usr/local/votca/share/votca/rc/ csg-completion.bash Christoph > > > On Wednesday, April 1, 2020 at 1:23:14 PM UTC-6, Christoph Junghans wrote: >> >> On Wed, Apr 1, 2020 at 1:14 PM Ramon Gonzalez Perez >> <[email protected]> wrote: >> > >> > Hello, >> > >> > I installed VOTCA on macOS but when I source >> > /usr/local/votca/bin/VOTCARC.bash I get this error: >> > >> > /usr/local/votca/bin/VOTCARC.bash:29: no matches found: >> > /usr/local/votca/share/votca/rc/*rc.bash >> How did you install VOTCA? What version? >> >> Christoph >> > >> > Thanks, >> > >> > Ramón >> > >> > -- >> > 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 view this discussion on the web visit >> > https://groups.google.com/d/msgid/votca/c19d41b6-7295-41d3-8fac-1366431f7601%40googlegroups.com. >> >> >> >> -- >> 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 view this discussion on the web visit > https://groups.google.com/d/msgid/votca/10085817-cd1a-45e6-8054-8e570f7ec1ea%40googlegroups.com. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e4FwXyvHSN-zMoZxK3S0O8ce_Qw0KjMSoZKzQpJ%2BWQHAg%40mail.gmail.com.
