Skip to content

Commit 1601043

Browse files
committed
port lpsolve fixes from unmerged PR
see #14
1 parent c47e78c commit 1601043

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

lpsolve55/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
cd ./extra/Python
4-
$PYTHON setup.py install
3+
cd lp_solve_5.5/extra/Python
4+
$PYTHON setup.py install

lpsolve55/meta.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,10 @@ package:
33
version: 5.5
44

55
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]
6+
git_url: https://github.com/amarkpayne/lp_solve_python_3x.git
147

158
build:
16-
number: 1
9+
number: 3
1710

1811
requirements:
1912
build:

0 commit comments

Comments
 (0)