-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy paththirdparty.txt
More file actions
51 lines (37 loc) · 1.98 KB
/
Copy paththirdparty.txt
File metadata and controls
51 lines (37 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
INDDGO is compatible and can be enhanced by functionality from a number of
third-party software packages.
You can enable and disable all optional third party software via the
HAS_XXX variables in your make.inc.
Please set the associated directory variables in make.inc
appropriately so the needed libraries and source can be found for linking.
Below are the download locations for the third-party software packages,
and which versions we have tested with:
SUITESPARSE /*tested with 4.0.0*/
/*NOTE: As of right now, METIS-4.0 usage inside SuiteSparse is not supported;
* you must compile with -DNPARTITION, which can be added to a compile flag
* in SuiteSparse_config.mk. For use with INDDGO 'make library' is sufficient.
*/
http://www.cise.ufl.edu/research/sparse/
/*THESE ARE SUPERCEDED BY SUITESPARSE COMPLETE PACKAGE*/
AMD: /*tested with 2.2.3 (also known compatible with 2.2.0)*/
http://www.cise.ufl.edu/research/sparse/amd/
SuiteSparse_config (required by AMD) /*tested with 3.7.0 (also known compatible with 3.4.0), which was named UFconfig; initial testing shows compatibility with version 4.0.0*/
http://www.cise.ufl.edu/research/sparse/SuiteSparse_config/
ARPACK: /*Note we do not use ARPACK++*/
http://www.caam.rice.edu/software/ARPACK/
Goblin: /*Tested with 2.8b30 for Linux and Windows*/
http://sourceforge.net/projects/goblin2/
Igraph: /*Tested with 0.5.4*/
http://igraph.sourceforge.net/
SNAP: /*Tested with 0.4*/
http://snap-graph.sourceforge.net/
CSDP: /*Tested with 6.1.1*/
https://projects.coin-or.org/Csdp/
METIS: /*Tested with 5.0.2 - INCOMPATIBLE with 4.x*/
ParMETIS: /*Tested with 4.0.2 - INCOMPATIBLE with 4.x; Contains METIS 5.0.2 in metis subdirectory*/
http://glaros.dtc.umn.edu/gkhome/views/metis
GMP: /*Tested with 5.0.2*/
http://gmplib.org/
WARNING: Known issues with builds:
1. AMD does not seem to compile on the most recent Mac OS. No serious attempts at debugging have been made.
2. You must have cmake installed for METIS/ParMETIS to build. The latter also needs MPI.