aboutsummaryrefslogtreecommitdiff
path: root/math/py-PySCIPOpt
Commit message (Collapse)AuthorAgeFilesLines
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Relax hardcoded paths to fix build with Python 3.8.7Kai Knoblich2020-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the shared libs naming scheme. This means "EXT_SUFFIX" is now derived from SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so". The affected ports strip the libaries in the "post-install" target via hardcoded path(s) and the build fails at the end because the new extension is not expected at this place. Remedy the issue by adding wildcards to these paths. This should also prepare the ports for future Python releases, which will use the new shared libs naming scheme. [1] https://bugs.python.org/issue42604 PR: 252057 Reported by: John Kennedy Reviewed by: fluffy, koobs Approved by: koobs (python) Notes: svn path=/head/; revision=559094
* math/py-PySCIPOpt: Update 2.1.5 -> 3.0.2Yuri Victorovich2020-08-102-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=544635
* math/py-PySCIPOpt: Update 2.1.3 -> 2.1.5Yuri Victorovich2019-06-142-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=504150
* math/py-PySCIPOpt: Update 2.1.2 -> 2.1.3Yuri Victorovich2019-03-132-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=495567
* math/py-PySCIPOpt: Update 2.1.1 -> 2.1.2Yuri Victorovich2019-02-172-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=493142
* math/py-PySCIPOpt: Update 2.1.0 -> 2.1.1Yuri Victorovich2019-01-172-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=490528
* math/py-PySCIPOpt: Update 2.0.2 -> 2.1.0Yuri Victorovich2018-12-052-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=486649
* math/py-PySCIPOpt: Update 2.0.1 -> 2.0.2Yuri Victorovich2018-11-072-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=484372
* math/py-PySCIPOpt: Update 2.0.0 -> 2.0.1Yuri Victorovich2018-08-172-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=477410
* math/SCIP: Update 5.0.1 -> 6.0.0; math/py-PySCIPOpt: Update 1.4.9 -> 2.0.0Yuri Victorovich2018-07-042-4/+4
| | | | | | | | | SCIP and its python binding. Reported by: portscout Notes: svn path=/head/; revision=473917
* math/py-PySCIPOpt: Update 1.4.7 -> 1.4.9Yuri Victorovich2018-06-022-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=471353
* math/py-PySCIPOpt: Update 1.4.6 -> 1.4.7Yuri Victorovich2018-05-192-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=470364
* math/py-PySCIPOpt: Update 1.4.5 -> 1.4.6Yuri Victorovich2018-05-082-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=469359
* math/py-PySCIPOpt: Update 1.4.4 -> 1.4.5Yuri Victorovich2018-04-262-4/+4
| | | | Notes: svn path=/head/; revision=468326
* math/py-PySCIPOpt: Update 1.4.3 -> 1.4.4Yuri Victorovich2018-04-172-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=467577
* New port: math/py-PySCIPOpt: Python interface and modeling environment for SCIPYuri Victorovich2018-04-153-0/+28
Notes: svn path=/head/; revision=467372