Changeset 27418 in project
- Timestamp:
- 09/13/12 09:00:13 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/4/glpk/trunk/glpk.setup
r25187 r27418 21 21 (or (glpk-test ("#include <glpk.h>" "-lglpk" "-I.")) 22 22 (glpk-test ("#include <glpk.h>" "-lglpk" "-I. -I/usr/include/glpk")) 23 (glpk-test ("#include <glpk.h>" "- lglpk" "-I. -I/opt/local/include"))23 (glpk-test ("#include <glpk.h>" "-L/opt/local/lib -lglpk" "-I. -I/opt/local/include")) 24 24 (error "unable to figure out location of GLPK library"))) 25 25 … … 38 38 39 39 ; Assoc list with properties for your extension: 40 `((version 1. 4)))40 `((version 1.5))) 41 41 42 42
Note: See TracChangeset
for help on using the changeset viewer.