Line | |
---|
1 | # This file contains site-specific settings for the configure scripts |
---|
2 | # |
---|
3 | # This file must be located either in $prefix/share or $prefix/etc, where |
---|
4 | # prefix is the installation location. For the COIN packages, this is |
---|
5 | # by default the directory where the configure of the main package is run, |
---|
6 | # unless the --prefix option was given to the configure script. |
---|
7 | # Alternatively, one can set the environment variable CONFIG_SITE to the full |
---|
8 | # path to this file. |
---|
9 | # |
---|
10 | # Note: This is a /bin/sh script, setting variables. There must be no |
---|
11 | # space between "=" and the value, and if required, a quotation must be |
---|
12 | # used. |
---|
13 | # |
---|
14 | # In the following we show some arguments for configure that can be used |
---|
15 | # for the COIN configure scripts. |
---|
16 | |
---|
17 | # Compiler choice and options |
---|
18 | # |
---|
19 | # C++ Compiler name |
---|
20 | #CXX=icpc |
---|
21 | # C++ Compiler options |
---|
22 | #CXXFLAGS= |
---|
23 | |
---|
24 | # Use the following if we want to have configure check for GNU packages |
---|
25 | # (such as zlib, bzlib, and readline) |
---|
26 | #enable_gnu_packages=yes |
---|
27 | |
---|
28 | # To use thrid-party solvers, the following can be set: |
---|
29 | #with_glpk_incdir=$HOME/include |
---|
30 | #with_glpk_lib="-L$HOME/lib -lglpk" |
---|
Note: See
TracBrowser
for help on using the repository browser.