Re: [MPB-discuss] mpb ./configure fails with Fedora 20 x86_64

2014-02-05 Thread tim . 5 . bigi_gigi
René Genz liebundartig at freenet.de writes:

 compilation of mpb on Fedora 20 x86_64 does not seem to be possible.
 ./configure fails with:
 configure: error: guile-config is broken or Guile is not working.

Hi

I managed to make mpb 1.4.2 on Fedora 20:

- install compat-guile18 and compat-libf2c-34
- replace guile-config with guile1.8-config (configure must find script for
1.8 first)
- make your on libctl:
  ./configure --prefix=/opt/mpb-1.4.2/libctl LDFLAGS=-lm
- config mpb like this
export gen_ctl_io_ok=/opt/mpb-1.4.2/libctl/bin/gen-ctl-io 
./configure --with-libctl=/opt/mpb-1.4.2/libctl/share/libctl
--prefix=/opt/mpb-1.4.2 CPPFLAGS=-I/usr/include/ctl
-I/opt/mpb-1.4.2/libctl/include -DH5_USE_16_API=1
LDFLAGS=-L/opt/mpb-1.4.2/libctl/lib

I found in

http://thread.gmane.org/gmane.comp.science.photonic-bands/1902/focus=1904

a hint about a prerelease version 1.5. Which I could build with fewer
tweaks:

./configure --prefix=/opt/mpb-1.5 CPPFLAGS=-I/usr/include/ctl

I’m not the end user, my customers are currently testing the prerelease, so
I cannot talk about the output of the prerelease version.

Regards
Bengt



smime.p7s
Description: S/MIME cryptographic signature
___
mpb-discuss mailing list
mpb-discuss@ab-initio.mit.edu
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/mpb-discuss

Re: [MPB-discuss] mpb ./configure fails with Fedora 20 x86_64

2014-02-02 Thread René Genz

Hi,

guile as well as quile-devel are installed by the script.

--
Kind regards,
René

___
mpb-discuss mailing list
mpb-discuss@ab-initio.mit.edu
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/mpb-discuss