Skip

The way we solved this problem on our system is creating a compiler wrapper. This is a non-pypy-specific solution, which we believe is very effective and convenient.

The "normal" gcc is installed in non-standard out-of-path location. A gcc shell script is installed instead. Such a script will call the actual gcc with all the proper -I -L -l of the other libraries (managed by lmod). In fact, in this way, it's a piece of cake to maintain several versions of the same library (and compiler and everything) on the system.

I can elaborate more if this is not clear.

Regards,
NCAR Computational & Information Services Laboratory
Consulting Services Software Engineer
http://www2.cisl.ucar.edu/uss/csg/
SEA Chair http://sea.ucar.edu/

On 09/05/2013 09:29 AM, Skip Montanaro wrote:
Trying to build from source, I get the complaint, "failed to guess
where ncurses is installed." On our systems they are in decidedly
nonstandard locations. A bit of googling didn't turn up an obvious
solution, and rpython --help didn't spew any lines that looked
promising. How do I specify nonstandard locations of the various
dependent libraries?

Thanks,

Skip
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to