On Wed, Jul 18, 2018 at 12:20 PM, Christoph Junghans <jung...@votca.org> wrote:
> On Wed, Jul 18, 2018 at 12:04 PM, 'Andrey Brukhno' via votca
> <vo...@googlegroups.com> wrote:
>> Hello,
>>
>> The last time I was installing the CSG package in my Ubuntu (up-to-date 2014
>> LTS) I got this error from cmake: eigen3 not found, with a suggestion to
>> provide the path to it. I then downloaded the library from their website,
>> installed it and added its include directory to both my $PATH and to the
>> environment under the suggested name EIGEN3_INCLUDE_DIR. But cmake still
>> complained and stopped with the same error, even when I fed it the flag:
>> -DEIGEN3_INCLUDE_DIR=<destination>.
> Just a reminder that 2014 was already 4 years ago ;-)
> We recently fixed an issue in the Eigen3 detection:
> https://github.com/votca/votca/commit/8fdcedae9b46e1739fa2ef8589cd5a8f6881d420
> which includes:
> https://github.com/votca/tools/commit/3ee8b88e6022772b843f21a04f66a5bd8bfddd09
> https://github.com/votca/csg/commit/c3f9b3e2841c4b5c0eac20e4d843f6b108750ecf
> Did you use that version?
>
>>
>> Not sure what went wrong, but I had to use alternative way of installation
>> via spack, and it worked eventually, although it lloked like spack installed
>> ALL the dependencies along with VOTCA in a separate directory, which is of
>> course an overkill.
> That is Spack's design, so don't complain to me! And yes we need to
> update the dependencies of the VOTCA package in Spack.
https://github.com/spack/spack/pull/8757
>>
>> > We recently fixed an issue in the Eigen3 detection:
>> >
>> > https://github.com/votca/votca/commit/8fdcedae9b46e1739fa2ef8589cd5a8f6881d420
>> > which includes:
>> >
>> > https://github.com/votca/tools/commit/3ee8b88e6022772b843f21a04f66a5bd8bfddd09
>> >
>> > https://github.com/votca/csg/commit/c3f9b3e2841c4b5c0eac20e4d843f6b108750ecf
>> > Did you use that version?
>
>
> No, I have not tried any newer version yet. My aim was to get the latest
> release installed, which spack did succeed to do (v1.4.1).
But then I don't understand your original error because votca-csg
1.4.1 doesn't depend on Eigen3.
> email to votca+unsubscribe@googlegroups.com.
> To post to this group, send email to vo...@googlegroups.com.
> Visit this group at https://groups.google.com/group/votca.
> For more options, visit https://groups.google.com/d/optout.
--
Christoph Junghans
Web: http://www.compphys.de
--
You received this message because you are subscribed to a topic in the Google Groups "votca" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/votca/cJnBEp9V0OY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to votca+unsubscribe@googlegroups.com.
Well, I tried to follow your instructions in this thread for "stable" branch.
Andrey
>> >> > email to votca+unsubscribe@googlegroups.com.
>> >> > To post to this group, send email to vo...@googlegroups.com.
>> >> > Visit this group at https://groups.google.com/group/votca.
>> >> > For more options, visit https://groups.google.com/d/optout.
>> >>
>> >>
>> >>
>> >> --
>> >> Christoph Junghans
>> >> Web: http://www.compphys.de
>> >>
>> >> --
>> >> You received this message because you are subscribed to a topic in the
>> >> Google Groups "votca" group.
>> >> To unsubscribe from this topic, visit
>> >> https://groups.google.com/d/topic/votca/cJnBEp9V0OY/unsubscribe.
>> >> To unsubscribe from this group and all its topics, send an email to
>> >> To post to this group, send email to vo...@googlegroups.com.
>> >> Visit this group at https://groups.google.com/group/votca.
>> >> For more options, visit https://groups.google.com/d/optout.
>> >
>> >
>> > --
>> > 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 votca+unsubscribe@googlegroups.com.
>> > To post to this group, send email to vo...@googlegroups.com.
>> > Visit this group at https://groups.google.com/group/votca.
>> > For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>> --
>> Christoph Junghans
>> Web: http://www.compphys.de
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "votca" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/votca/cJnBEp9V0OY/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> To post to this group, send email to vo...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/votca.
>> For more options, visit https://groups.google.com/d/optout.
>
> --
> 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 votca+unsubscribe@googlegroups.com.
> To post to this group, send email to vo...@googlegroups.com.
> Visit this group at https://groups.google.com/group/votca.
> For more options, visit https://groups.google.com/d/optout.
--
Christoph Junghans
Web: http://www.compphys.de
--
You received this message because you are subscribed to a topic in the Google Groups "votca" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/votca/cJnBEp9V0OY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to votca+unsubscribe@googlegroups.com.
To post to this group, send email to vo...@googlegroups.com.
Visit this group at https://groups.google.com/group/votca.
For more options, visit https://groups.google.com/d/optout.
--
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 votca+unsubscribe@googlegroups.com.
By now I have installed SQLITE3, compiled latest version of Gromacs and currently installing VOTCA.
BTW, the Gromacs flag -DWITH_GMX=ON did not work for me either.
Not sure what was the issue with the flag -DWITH_SQLITE3=OFF, but my cmake version was below 3, so I had to reinstall it too.
ThanksAndrey
Andrey
>> >> You received this message because you are subscribed to a topic in the
>> >> Google Groups "votca" group.
>> >> To unsubscribe from this topic, visit
>> >> https://groups.google.com/d/topic/votca/cJnBEp9V0OY/unsubscribe.
>> >> To unsubscribe from this group and all its topics, send an email to
>> >> votca+un...@googlegroups.com.
>> >> To post to this group, send email to vo...@googlegroups.com.
>> >> Visit this group at https://groups.google.com/group/votca.
>> >> For more options, visit https://groups.google.com/d/optout.
>> >
>> >
>> > --
>> > 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 votca+un...@googlegroups.com.
>> > To post to this group, send email to vo...@googlegroups.com.
>> > Visit this group at https://groups.google.com/group/votca.
>> > For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>> --
>> Christoph Junghans
>> Web: http://www.compphys.de
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "votca" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/votca/cJnBEp9V0OY/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> votca+un...@googlegroups.com.
>> To post to this group, send email to vo...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/votca.
>> For more options, visit https://groups.google.com/d/optout.
>
> --
> 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 votca+un...@googlegroups.com.
> To post to this group, send email to vo...@googlegroups.com.
> Visit this group at https://groups.google.com/group/votca.
> For more options, visit https://groups.google.com/d/optout.
--
Christoph Junghans
Web: http://www.compphys.de
--
You received this message because you are subscribed to a topic in the Google Groups "votca" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/votca/cJnBEp9V0OY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to votca+un...@googlegroups.com.
To post to this group, send email to vo...@googlegroups.com.
Visit this group at https://groups.google.com/group/votca.
For more options, visit https://groups.google.com/d/optout.
--
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 votca+un...@googlegroups.com.
To post to this group, send email to vo...@googlegroups.com.
Visit this group at https://groups.google.com/group/votca.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "votca" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/votca/cJnBEp9V0OY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to votca+un...@googlegroups.com.
To post to this group, send email to vo...@googlegroups.com.
Visit this group at https://groups.google.com/group/votca.
For more options, visit https://groups.google.com/d/optout.
--
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 votca+un...@googlegroups.com.
To post to this group, send email to vo...@googlegroups.com.
Visit this group at https://groups.google.com/group/votca.
For more options, visit https://groups.google.com/d/optout.
> email to votca+unsubscribe@googlegroups.com.
> To post to this group, send email to vo...@googlegroups.com.
> Visit this group at https://groups.google.com/group/votca.
> For more options, visit https://groups.google.com/d/optout.
--
Christoph Junghans
Web: http://www.compphys.de
--
--
You received this message because you are subscribed to a topic in the Google Groups "votca" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/votca/cJnBEp9V0OY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to votca+unsubscribe@googlegroups.com.
On Fri, Jul 20, 2018 at 18:59 'Andrey Brukhno' via votca <vo...@googlegroups.com> wrote:By now I have installed SQLITE3, compiled latest version of Gromacs and currently installing VOTCA.I think i found that issue and fixed it in:
BTW, the Gromacs flag -DWITH_GMX=ON did not work for me either.Can you be a bit more specific what the problem was?
Not sure what was the issue with the flag -DWITH_SQLITE3=OFF, but my cmake version was below 3, so I had to reinstall it too.Yeah, due to using C++11 we need CMake-3.1 now, but that should give an error immediately.
ChristophÂThanksAndrey
Andrey
>> >> > email to votca+unsubscribe@googlegroups.com.
>> >> > To post to this group, send email to vo...@googlegroups.com.
>> >> > Visit this group at https://groups.google.com/group/votca.
>> >> > For more options, visit https://groups.google.com/d/optout.
>> >>
>> >>
>> >>
>> >> --
>> >> Christoph Junghans
>> >> Web: http://www.compphys.de
>> >>
>> >> --
>> >> You received this message because you are subscribed to a topic in the
>> >> Google Groups "votca" group.
>> >> To unsubscribe from this topic, visit
>> >> https://groups.google.com/d/topic/votca/cJnBEp9V0OY/unsubscribe.
>> >> To unsubscribe from this group and all its topics, send an email to
>> >> To post to this group, send email to vo...@googlegroups.com.
>> >> Visit this group at https://groups.google.com/group/votca.
>> >> For more options, visit https://groups.google.com/d/optout.
>> >
>> >
>> > --
>> > 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 votca+unsubscribe@googlegroups.com.
>> > To post to this group, send email to vo...@googlegroups.com.
>> > Visit this group at https://groups.google.com/group/votca.
>> > For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>> --
>> Christoph Junghans
>> Web: http://www.compphys.de
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "votca" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/votca/cJnBEp9V0OY/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> To post to this group, send email to vo...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/votca.
>> For more options, visit https://groups.google.com/d/optout.
>
> --
> 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 votca+unsubscribe@googlegroups.com.
> To post to this group, send email to vo...@googlegroups.com.
> Visit this group at https://groups.google.com/group/votca.
> For more options, visit https://groups.google.com/d/optout.
--
Christoph Junghans
Web: http://www.compphys.de
--
You received this message because you are subscribed to a topic in the Google Groups "votca" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/votca/cJnBEp9V0OY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to votca+unsubscribe@googlegroups.com.
To post to this group, send email to vo...@googlegroups.com.
Visit this group at https://groups.google.com/group/votca.
For more options, visit https://groups.google.com/d/optout.
--
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 votca+unsubscribe@googlegroups.com.
To post to this group, send email to vo...@googlegroups.com.
Visit this group at https://groups.google.com/group/votca.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "votca" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/votca/cJnBEp9V0OY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to votca+unsubscribe@googlegroups.com.
To post to this group, send email to vo...@googlegroups.com.
Visit this group at https://groups.google.com/group/votca.
For more options, visit https://groups.google.com/d/optout.
--
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 votca+unsubscribe@googlegroups.com.
To post to this group, send email to vo...@googlegroups.com.
Visit this group at https://groups.google.com/group/votca.
For more options, visit https://groups.google.com/d/optout.
--
--
You received this message because you are subscribed to a topic in the Google Groups "votca" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/votca/cJnBEp9V0OY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to votca+unsubscribe@googlegroups.com.