We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47e78c commit 1601043Copy full SHA for 1601043
lpsolve55/build.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
3
-cd ./extra/Python
4
-$PYTHON setup.py install
+cd lp_solve_5.5/extra/Python
+$PYTHON setup.py install
lpsolve55/meta.yaml
@@ -3,17 +3,10 @@ package:
version: 5.5
5
source:
6
- fn: lp_solve_5.5.2.5_Python_source.tar.gz
7
- url: https://sourceforge.net/projects/lpsolve/files/lpsolve/5.5.2.5/lp_solve_5.5.2.5_Python_source.tar.gz
8
- md5: 937f97a6e236e6ddc095485673a7a9ce
9
-
10
- patches:
11
- - setup.patch # [unix]
12
- - setup_win.patch # [win]
13
- - hash_osx.patch # [osx]
+ git_url: https://github.com/amarkpayne/lp_solve_python_3x.git
14
15
build:
16
- number: 1
+ number: 3
17
18
requirements:
19
0 commit comments