Sebastian Junges
920d48c2bd
storm config version now also correctly exported
8 years ago
TimQu
de87ff1152
fixed finding of z3 library when its location is given via -DZ3_ROOT
8 years ago
dehnert
a183b72604
fixed xerces
8 years ago
Sebastian Junges
e27ffb5b23
if hwloc is present on mac, it is also linked as otherwise, we get linker errors
8 years ago
Sebastian Junges
3306d2bb1e
removed debug output and some deprecated python inclusion
8 years ago
Sebastian Junges
b1ce4acc33
export imported carl targets
8 years ago
Sebastian Junges
b4ce43ca0a
carl conf imported, other dependencies declared als import target and exported to storm conf
8 years ago
Sebastian Junges
23254f3e62
refactoring resource management in storm cmake to allow easier inclusion in other projects
8 years ago
sjunges
43d35a0f79
storm export config improved
8 years ago
sjunges
0260eaa7be
towards exporting targets for storm to be included in other projects
8 years ago
Sebastian Junges
8c77762e72
find xercesc is now provided by cmake, so we use that
8 years ago
dehnert
cbd525b40b
Cmake adaptions here and there
8 years ago
Sebastian Junges
6852af8158
source groups fixed
8 years ago
sjunges
6a80319c18
another Hwloc script
Former-commit-id: cc5efdeb85
[formerly 295c0c994e
]
Former-commit-id: fcaf78b967
8 years ago
sjunges
2a1c317363
removed debug output from cmake
Former-commit-id: f443a42ba9
8 years ago
sjunges
ba81925c1d
renamed smt2smtsolver to smtlibsmtsolver and cleaned make files
Former-commit-id: 78c74dc9a5
8 years ago
hbruintjes
4c0053d5e7
Make the Ginac find package more standard compliant
Former-commit-id: b6176f1d2d
9 years ago
hbruintjes
a3fff6b8f6
Look for CLN and GiNaC, enable them if found
Former-commit-id: 45cb58477c
9 years ago
hbruintjes
7507175795
Fix some problems with REQUIRED
Former-commit-id: 26a47b9c4b
9 years ago
hbruintjes
1bb2be74d4
Update CMake files
Former-commit-id: 9752e504e9
9 years ago
dehnert
a01e46779f
CMake now requiring hwloc for sylvan under linux
Former-commit-id: d9425c362c
9 years ago
sjunges
73ed137587
support for gurobi 6.5.0 on MacOS
Former-commit-id: 0e184aedca
9 years ago
sjunges
73073d2fff
Added Xerces
Former-commit-id: 9e5eeb3b86
9 years ago
sjunges
e8408cdc7b
gurobi 6.05 for mac os support - second try
Former-commit-id: 1dc5be581a
9 years ago
sjunges
4425368e0c
gurobi 6.05 for mac os support
Former-commit-id: 29afa71b2d
9 years ago
sjunges
bdb105ce85
cmake: marked several variables as advanced
Former-commit-id: 8f6c063472
9 years ago
sjunges
0a061274b6
support for downloaded version of z3
Former-commit-id: d8dc5e03d9
9 years ago
sjunges
7722165256
Support for gurobi 602
Former-commit-id: 915d3a48dd
9 years ago
sjunges
c7becb3c60
improved cmake for z3 and gurobi
Former-commit-id: d85982abd2
9 years ago
sjunges
9c0b5b028c
Finding z3 in system, cleaned some cmakelists.
Former-commit-id: 67ab9f7a0c
9 years ago
PBerger
3bb0346407
Fixed missing typenames and member initialization reordering.
Former-commit-id: bdf24399d6
10 years ago
PBerger
f7adf54be3
Added A FindGurobi file for CMake.
Adapted build process to use the new file to support all version of the library (upgrading to 6.0 breaks everything).
Former-commit-id: 820ad02968
10 years ago
David_Korzeniewski
5299ed5172
Adapted FindCusp to fail silently if cusp is not found. Now configuring fails with a meaningful error message instead of syntax errors.
Former-commit-id: e77388a186
10 years ago
David_Korzeniewski
2e92d66bf3
Cmake scripts for linking mathsat and gmp or mpir which is required by mathsat
Former-commit-id: b13b68115a
10 years ago
PBerger
71e077f420
Compiles with CUSP :)
Former-commit-id: 78555303bf
11 years ago
PBerger
a964846e2d
Added cusplibrary as a git submodule.
Former-commit-id: 152764c8f3
11 years ago
PBerger
2ad5e57db2
Refactored version handling. Its now done via Tags in GIT.
Added CPack configuration as to build packages on the build servers.
Former-commit-id: f3d9507867
11 years ago
PBerger
7c93109773
Updated Intel Threading Building Blocks to Version 4.2.
Edited the FindTBB script to better parse and find the libraries.
TBB now includes builds for Mac @ libc++.
Former-commit-id: 4f573ee6a2
11 years ago
PBerger
5cdfba685e
Added resources for Usage of Intels Thread Building Blocks
Implemented multithreading using TBB inside of GMM for usage in Sparse Matrix Multiplication against Dense Vectors
Usage: #define GMM_USE_TBB to enable TBB, additionally define GMM_USE_TBB_FOR_INNER to enable multithreading for EACH row (only feasible of the number of NNZ per Row is large - as in near dense)
12 years ago
Lanchid
5b57728d7e
Merge branch master into PrctlParser
12 years ago
PBerger
7f956b0d35
Added Cotire to Storm to build PCH on all plattforms.
Edited the ConstTemplates.h as the new compilation order breaks because of some min/max macros.
12 years ago