Changeset 1230 for ThirdParty/Glpk/trunk/get.Glpk
- Timestamp:
- Jan 6, 2009 4:29:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/trunk/get.Glpk
r1226 r1230 47 47 echo "Done downloading the source code for GLPK." 48 48 echo "Applying patch file." 49 echo " "50 49 51 50 patch -p0 < glpk.patch 52 51 52 echo "Touch every source file to force rebuild of whole package." 53 54 touch glpk/src/*.c glpk/include/*.h 55 53 56 echo " " 54 57 echo "Verify that there are no error message in the output above."
Note: See TracChangeset
for help on using the changeset viewer.