[gmx-users] installation error under openSuse 12.2

2013-11-12 Thread Christoph Junghans
 Date: Mon, 11 Nov 2013 08:27:05 -0800 (PST)
 From: kolnkempff kolnkem...@gmail.com
 Subject: [gmx-users] installation error under openSuse 12.2
 To: gmx-users@gromacs.org
 Message-ID: 1384187225465-5012430.p...@n6.nabble.com
 Content-Type: text/plain; charset=us-ascii

 Dear gmx-users,

 I am trying to install gromacs-4.6.3 on an older Dell that is running
 openSuse 12.2

 Using DGMX_BUILD_OWN_FFTW=ON failed for me so to get through cmake I had
 to compile fftw from scratch and I followed the recommendation of going
 directly to their website.  Now I am at the make stage and get the following
 message:

  [ 67%] Built target gmxfftw
 make[2]: *** No rule to make target
 `//home/koln/bin/gromacs-4.6.3/build/src/contrib/fftw/gmxfftw-prefix/lib/libfftw3f.a',
 needed by `src/gmxlib/libgmx.so.8'.  Stop.
 make[1]: *** [src/gmxlib/CMakeFiles/gmx.dir/all] Error 2
 make: *** [all] Error 2


 When I check for libfftw, I get:

 koln@linux-5bim:~/bin/gromacs-4.6.3/build2 rpm -qf /usr/lib/libfftw3f.*
 libfftw3-3-32bit-3.3.2-1.1.2.x86_64

 Any suggestions for how to get past this obstacle would be greatly
 appreciated!
This is an known issue in OpenSuse! We added a workaround a while ago:
https://gerrit.gromacs.org/#/c/2540/

Until Gromacs release 4.6.4. you will have to change line 41 of
src/contrib/fftw/CMakeLists.txt yourself or just install fftw through
OpenSuse or by hand.

Christoph

 Koln



 --
 View this message in context: 
 http://gromacs.5086.x6.nabble.com/installation-error-under-openSuse-12-2-tp5012430.html
 Sent from the GROMACS Users Forum mailing list archive at Nabble.com.

-- 
Christoph Junghans
Web: http://www.compphys.de
-- 
gmx-users mailing listgmx-users@gromacs.org
http://lists.gromacs.org/mailman/listinfo/gmx-users
* Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/Search before posting!
* Please don't post (un)subscribe requests to the list. Use the 
www interface or send it to gmx-users-requ...@gromacs.org.
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists


[gmx-users] installation error under openSuse 12.2

2013-11-11 Thread kolnkempff
Dear gmx-users,

I am trying to install gromacs-4.6.3 on an older Dell that is running
openSuse 12.2

Using DGMX_BUILD_OWN_FFTW=ON failed for me so to get through cmake I had
to compile fftw from scratch and I followed the recommendation of going
directly to their website.  Now I am at the make stage and get the following
message:

 [ 67%] Built target gmxfftw
make[2]: *** No rule to make target
`//home/koln/bin/gromacs-4.6.3/build/src/contrib/fftw/gmxfftw-prefix/lib/libfftw3f.a',
needed by `src/gmxlib/libgmx.so.8'.  Stop.
make[1]: *** [src/gmxlib/CMakeFiles/gmx.dir/all] Error 2
make: *** [all] Error 2


When I check for libfftw, I get:

koln@linux-5bim:~/bin/gromacs-4.6.3/build2 rpm -qf /usr/lib/libfftw3f.*
libfftw3-3-32bit-3.3.2-1.1.2.x86_64

Any suggestions for how to get past this obstacle would be greatly
appreciated!

Koln



--
View this message in context: 
http://gromacs.5086.x6.nabble.com/installation-error-under-openSuse-12-2-tp5012430.html
Sent from the GROMACS Users Forum mailing list archive at Nabble.com.
-- 
gmx-users mailing listgmx-users@gromacs.org
http://lists.gromacs.org/mailman/listinfo/gmx-users
* Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/Search before posting!
* Please don't post (un)subscribe requests to the list. Use the 
www interface or send it to gmx-users-requ...@gromacs.org.
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists


Re: [gmx-users] installation error under openSuse 12.2

2013-11-11 Thread Justin Lemkul



On 11/11/13 11:27 AM, kolnkempff wrote:

Dear gmx-users,

I am trying to install gromacs-4.6.3 on an older Dell that is running
openSuse 12.2

Using DGMX_BUILD_OWN_FFTW=ON failed for me so to get through cmake I had
to compile fftw from scratch and I followed the recommendation of going
directly to their website.  Now I am at the make stage and get the following
message:

  [ 67%] Built target gmxfftw
make[2]: *** No rule to make target
`//home/koln/bin/gromacs-4.6.3/build/src/contrib/fftw/gmxfftw-prefix/lib/libfftw3f.a',
needed by `src/gmxlib/libgmx.so.8'.  Stop.
make[1]: *** [src/gmxlib/CMakeFiles/gmx.dir/all] Error 2
make: *** [all] Error 2


When I check for libfftw, I get:

koln@linux-5bim:~/bin/gromacs-4.6.3/build2 rpm -qf /usr/lib/libfftw3f.*
libfftw3-3-32bit-3.3.2-1.1.2.x86_64

Any suggestions for how to get past this obstacle would be greatly
appreciated!



Are you building in a clean installation directory?  It looks to me that cmake 
is still trying to build the internal FFTW code, rather than looking for your 
manually installed FFTW.  Providing your full cmake command would also be very 
useful (hint: always provide it).


-Justin

--
==

Justin A. Lemkul, Ph.D.
Postdoctoral Fellow

Department of Pharmaceutical Sciences
School of Pharmacy
Health Sciences Facility II, Room 601
University of Maryland, Baltimore
20 Penn St.
Baltimore, MD 21201

jalem...@outerbanks.umaryland.edu | (410) 706-7441

==
--
gmx-users mailing listgmx-users@gromacs.org
http://lists.gromacs.org/mailman/listinfo/gmx-users
* Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/Search before posting!
* Please don't post (un)subscribe requests to the list. Use the 
www interface or send it to gmx-users-requ...@gromacs.org.

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists