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

Attachment: 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

Reply via email to