Page 1 of 1
[SOLVED] prefix install location
Posted: Wed Jan 27, 2010 4:29 pm
by jzwanzig
Hi, in my current 6.1.0-public branch, setting prefix=foo in the build.ac file leads to installation of bin, share, and lib into foo, not into foo/abinit/x.y as advertised in the documentation and as in how it used to work. Not a major problem but confusing and should be cleaned up. Also, the current 6.1.0 branch still reports itself in the output file as 6.0.0.
Joe
Re: prefix install location
Posted: Wed Jan 27, 2010 5:01 pm
by pouillon
Dear Joe,
The prefix "issue" is not a bug, it's a feature.
I did this to become compliant with packaging standards.
The version numbering problem you mention is known and will be fixed when you merge trunk into your branch. This was something I forgot to put in the new Abinit Forge management scripts.
Re: prefix install location
Posted: Wed Jan 27, 2010 5:02 pm
by jzwanzig
Oh, OK. Can you change the comments in the build-config.ac file in the doc/config folder? It still says the old way...
thanks!
Joe
Re: prefix install location
Posted: Wed Jan 27, 2010 5:28 pm
by pouillon
Fix committed.
Re: [SOLVED] prefix install location
Posted: Wed Jan 27, 2010 6:49 pm
by jzwanzig
Thank you!