Revision 396fd5153d1fe81e12f0b41fc72717aa2d3012d2 authored by Hans Schoenemann on 25 March 2020, 21:40:28 UTC, committed by Hans Schoenemann on 25 March 2020, 21:40:28 UTC
1 parent 4da6ec1
Raw File
README.pSingular
How to build pSingular:

unset RUN_PPCC
cd ppcc
./configure && make
cd ..
./configure CC="ppcc gcc" CXX="ppcc g++" --disable-omalloc
export RUN_PPCC=1
make

back to top