[Monetdb-developers] conf.bash still used?
Hi, I'm about to remove */conf/conf.bash, the script that "once" was provided to "conveniently" set your environment for building MonetDB, but --- thanks to improved configure setup and system installations --- should not be required any more. Please let me know a.s.a.p. in case there are any objections and/or anybody is still using this script. Thanks, Stefan -- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
Hi, I'm using it in my automagic-compilation scripts, so I would apprecitate if it stayed. If not, is there something similar as a replacement? I need something that prepares configure_* call based on env variables. m. Stefan Manegold wrote:
Hi,
I'm about to remove */conf/conf.bash, the script that "once" was provided to "conveniently" set your environment for building MonetDB, but --- thanks to improved configure setup and system installations --- should not be required any more.
Please let me know a.s.a.p. in case there are any objections and/or anybody is still using this script.
Thanks,
Stefan
-- : Marcin Zukowski < marcin@cwi.nl | http://www.cwi.nl/~marcin > : All true wisdom is found in signatures
Marcin Zukowski wrote:
Hi, I'm using it in my automagic-compilation scripts, so I would apprecitate if it stayed. If not, is there something similar as a replacement? I need something that prepares configure_* call based on env variables. m.
I never used it. When I want to configure my MonetDB I do something like this: env PATH=/ufs/goncalve/scratch/MonetDB/buildtools/bin:${PATH} PYTHONPATH=/ufs/goncalve/MonetDB/buildtools/autogen/ ~/MonetDB/MonetDB/configure --prefix=/ufs/goncalve/scratch/MonetDB/MonetDB --enable-debug --enable-bits=64 And I am able to install wherever I want my MonetDB, I just need to change the prefix. I hope it was useful. At least for me it is ;) Regards, Romulo
Stefan Manegold wrote:
Hi,
I'm about to remove */conf/conf.bash, the script that "once" was provided to "conveniently" set your environment for building MonetDB, but --- thanks to improved configure setup and system installations --- should not be required any more.
Please let me know a.s.a.p. in case there are any objections and/or anybody is still using this script.
Thanks,
Stefan
participants (3)
-
Marcin Zukowski
-
Romulo Goncalves
-
Stefan Manegold