Skip to content

dimpase/csdp

Repository files navigation

###Integrating CSDP with Sage (and pycsdp)

To create a working installation, you need recent autotools. Run

autoreconf --install 
automake --add-missing --copy

and then

./configure 
make
make install # (eventually)

Currenly, this does not work on OSX 10.6 without gfortran and its libs installed. This is a bug, as in fact no Fortran is needed for compiling/using CSDP. If you need it to be callable within Sage (e.g. to run flagmatic) then you need to do start Sage shell and configure with the right prefix, i.e.

sage -sh 
./configure --prefix=$SAGE_LOCAL

followed by make, etc.


how to cite it using DOI:

DOI

About

a clone of CSDP to provide better integration with Sage and pyCSDP

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published