Changeset 2154 for stable/2.9/Cbc/configure.ac
- Timestamp:
- Mar 7, 2015 9:44:29 PM (6 years ago)
- Location:
- stable/2.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/2.9
- Property svn:externals
-
old new 1 BuildTools https://projects.coin-or.org/svn/BuildTools/releases/0.8. 0/2 ThirdParty/ASL https://projects.coin-or.org/svn/BuildTools/ThirdParty/ASL/ stable/1.33 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/ stable/1.44 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/ stable/1.55 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/ stable/1.106 ThirdParty/Metis https://projects.coin-or.org/svn/BuildTools/ThirdParty/Metis/ stable/1.37 ThirdParty/Mumps https://projects.coin-or.org/svn/BuildTools/ThirdParty/Mumps/ stable/1.51 BuildTools https://projects.coin-or.org/svn/BuildTools/releases/0.8.3/ 2 ThirdParty/ASL https://projects.coin-or.org/svn/BuildTools/ThirdParty/ASL/releases/1.3.2/ 3 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/releases/1.4.2/ 4 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/releases/1.5.2/ 5 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/releases/1.10.2/ 6 ThirdParty/Metis https://projects.coin-or.org/svn/BuildTools/ThirdParty/Metis/releases/1.3.2/ 7 ThirdParty/Mumps https://projects.coin-or.org/svn/BuildTools/ThirdParty/Mumps/releases/1.5.2/ 8 8 Data/Sample https://projects.coin-or.org/svn/Data/Sample/releases/1.2.10/ 9 9 Data/miplib3 https://projects.coin-or.org/svn/Data/miplib3/releases/1.2.6/ 10 CoinUtils https://projects.coin-or.org/svn/CoinUtils/stable/2.10/CoinUtils 11 Cgl https://projects.coin-or.org/svn/Cgl/stable/0.59/Cgl 12 Clp https://projects.coin-or.org/svn/Clp/stable/1.16/Clp 13 Osi https://projects.coin-or.org/svn/Osi/stable/0.107/Osi 14 15 16 10 CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.10.4/CoinUtils 11 Cgl https://projects.coin-or.org/svn/Cgl/releases/0.59.3/Cgl 12 Clp https://projects.coin-or.org/svn/Clp/releases/1.16.4/Clp 13 Osi https://projects.coin-or.org/svn/Osi/releases/0.107.3/Osi
-
- Property svn:externals
-
stable/2.9/Cbc/configure.ac
r2136 r2154 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Cbc],[2.9 ],[cbc@lists.coin-or.org])15 AC_INIT([Cbc],[2.9.3],[cbc@lists.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([ … … 42 42 # externals. The following macro ensures that those externals are 43 43 # retrieved by svn if they are not there yet. 44 AC_COIN_PROJECTDIR_INIT(Cbc )44 AC_COIN_PROJECTDIR_INIT(Cbc,12:3:9) 45 45 46 46 # Check if user wants to produce debugging code
Note: See TracChangeset
for help on using the changeset viewer.