Changeset 1960 for stable/1.15/Clp/configure.ac
- Timestamp:
- Jun 14, 2013 11:54:22 AM (8 years ago)
- Location:
- stable/1.15
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.15
- Property svn:externals
-
old new 1 BuildTools https://projects.coin-or.org/svn/BuildTools/stable/0.7 2 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.3 3 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/stable/1.4 4 ThirdParty/Metis https://projects.coin-or.org/svn/BuildTools/ThirdParty/Metis/stable/1.2 5 ThirdParty/Mumps https://projects.coin-or.org/svn/BuildTools/ThirdParty/Mumps/stable/1.4 6 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/stable/1.9 7 Data/Sample https://projects.coin-or.org/svn/Data/Sample/stable/1.2 8 CoinUtils https://projects.coin-or.org/svn/CoinUtils/stable/2.9/CoinUtils 9 Osi https://projects.coin-or.org/svn/Osi/stable/0.106/Osi 10 1 BuildTools https://projects.coin-or.org/svn/BuildTools/releases/0.7.5/ 2 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/releases/1.3.1/ 3 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/releases/1.4.1/ 4 ThirdParty/Metis https://projects.coin-or.org/svn/BuildTools/ThirdParty/Metis/releases/1.2.5/ 5 ThirdParty/Mumps https://projects.coin-or.org/svn/BuildTools/ThirdParty/Mumps/releases/1.4.8/ 6 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/releases/1.9.1/ 7 Data/Sample https://projects.coin-or.org/svn/Data/Sample/releases/1.2.5/ 8 CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.9.1/CoinUtils 9 Osi https://projects.coin-or.org/svn/Osi/releases/0.106.1/Osi
-
- Property svn:externals
-
stable/1.15/Clp/configure.ac
r1944 r1960 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Clp],[1.15 ],[clp@list.coin-or.org])15 AC_INIT([Clp],[1.15.1],[clp@list.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(Clp )44 AC_COIN_PROJECTDIR_INIT(Clp,13:1:12) 45 45 46 46 # Check if user wants to produce debugging code
Note: See TracChangeset
for help on using the changeset viewer.