aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-python-libs
Commit message (Collapse)AuthorAgeFilesLines
* devel/boost-python-libs: allow to install .cmake configsDima Panov2020-04-272-1/+27
| | | | | | | | | | | | | | | | for boost_python and boost_numpy libraries in same way as it always doing for boot-libs package Common for all flavors .cmake files will be installed only with default python version. For all non-default flavors package will provide only versioned parts. PR: 245560 Submitted by: fluffy Reviewed by: lwhsu Approved by: office (lwhsu) Notes: svn path=/head/; revision=533156
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-3/+3
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136 Notes: svn path=/head/; revision=519824
* devel/boost-*: update to 1.71.0Jan Beich2019-08-192-4/+3
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774 Notes: svn path=/head/; revision=509290
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* devel/boost-python-libs: add NumPy supportJan Beich2019-06-082-2/+8
| | | | | | | | | | | | | | numpy component is always built but runtime dependency is left out until subpackaging to avoid always pulling py-numpy. Consumers should add RUN_DEPENDS+=${PYNUMPY} instead to avoid the following: ImportError: No module named numpy.core._multiarray_umath ImportError: numpy.core._multiarray_umath failed to import PR: 225589 238130 Notes: svn path=/head/; revision=503700
* devel/boost-python-libs: drop C++17 workaround after r498698Jan Beich2019-04-181-4/+0
| | | | | | | PR: 235956 Notes: svn path=/head/; revision=499229
* Fix PLISTSunpoet Po-Chuan Hsieh2019-04-132-1/+5
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=498852
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-3/+3
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303 Notes: svn path=/head/; revision=498698
* devel/boost-*: update to 1.69.0Jan Beich2018-12-122-4/+3
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645 Notes: svn path=/head/; revision=487266
* devel/boost-python-libs: switch to FLAVORJan Beich2018-10-171-1/+1
| | | | | | | | | This port only supports Python flavors atm. Suggested by: mat Notes: svn path=/head/; revision=482292
* devel/boost-all: switch to C++17 on FreeBSD >= 11.2Jan Beich2018-09-081-0/+1
| | | | | | | | PR: 231077 Exp-run by: antoine Notes: svn path=/head/; revision=479222
* devel/boost-python-libs: move *_DEPENDS to pet portlintJan Beich2018-09-011-3/+3
| | | | Notes: svn path=/head/; revision=478680
* devel/boost-python-libs: unbreak in C++17 modeJan Beich2018-09-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | | In file included from libs/python/src/converter/from_python.cpp:6: In file included from ./boost/python/converter/from_python.hpp:8: In file included from ./boost/python/detail/prefix.hpp:13: In file included from ./boost/python/detail/wrap_python.hpp:151: In file included from /usr/local/include/python2.7/Python.h:88: /usr/local/include/python2.7/unicodeobject.h:534:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register PyObject *obj, /* Object */ ^~~~~~~~~ /usr/local/include/python2.7/unicodeobject.h:553:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register PyObject *obj /* Object */ ^~~~~~~~~ /usr/local/include/python2.7/unicodeobject.h:575:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register const wchar_t *w, /* wchar_t buffer */ ^~~~~~~~~ /usr/local/include/python2.7/unicodeobject.h:593:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register wchar_t *w, /* wchar_t buffer */ ^~~~~~~~~ Notes: svn path=/head/; revision=478679
* devel/boost-*: update to 1.68.0Jan Beich2018-08-091-3/+3
| | | | | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165 Notes: svn path=/head/; revision=476723
* - Update WWWDmitry Marakasov2018-04-241-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=468194
* devel/boost-*: update to 1.67.0Jan Beich2018-04-182-9/+6
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030 Notes: svn path=/head/; revision=467711
* Update COMMENTSunpoet Po-Chuan Hsieh2018-02-161-1/+1
| | | | Notes: svn path=/head/; revision=462027
* devel/boost-python-libs got forgotten in the python flavorization, fixMathieu Arnold2018-02-152-6/+5
| | | | | | | | | | | this oversight. Reviewed by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14368 Notes: svn path=/head/; revision=461885
* devel/boost-*: update to 1.66.0Jan Beich2018-01-181-3/+3
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279 Notes: svn path=/head/; revision=459315
* devel/boost-*: update to 1.65.1Jan Beich2017-09-251-3/+3
| | | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 Notes: svn path=/head/; revision=450560
* Add boost-python3-libs, python3 bindings with boost.Koop Mast2017-06-073-8/+12
| | | | | | | | | Reviewed by: sunpoet@ Approved by: office@ (sunpoet@) Differential Revision: https://reviews.freebsd.org/D11021 Notes: svn path=/head/; revision=442853
* devel/boost-*: update to 1.64.0Jan Beich2017-05-021-3/+3
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472 Notes: svn path=/head/; revision=439934
* devel/boost-*: partially revert r439920 (see r439922)Jan Beich2017-05-024-0/+62
| | | | Notes: svn path=/head/; revision=439932
* devel/boost-*: nuke to split directory historyJan Beich2017-05-024-62/+0
| | | | | | | r439922 broke "svn blame" for files/patch-tools_build_src_tools_clang-linux.jam Notes: svn path=/head/; revision=439931
* - Revert boost update just landed per accident.Martin Wilke2017-05-021-3/+3
| | | | Notes: svn path=/head/; revision=439922
* - Nuke llvm36/clang36 - Obsolete and unmaintained upstreamMartin Wilke2017-05-021-3/+3
| | | | | | | | Approved by: brooks (maintainer) Differential Revision: https://reviews.freebsd.org/D10419 Notes: svn path=/head/; revision=439920
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-3/+3
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* devel/boost-*: update to 1.62.0Jan Beich2016-11-232-3/+5
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* devel/boost-*: better integrate with Mk/*Jan Beich2016-11-231-5/+4
| | | | | | | | | PR: 199601 Submitted by: bapt (based on) Exp-run by: antoine Notes: svn path=/head/; revision=426906
* devel/boost-libs: drop compat links after r322328Jan Beich2016-11-232-4/+0
| | | | | | | | | PR: 199601 Suggested by: bapt Exp-run by: antoine Notes: svn path=/head/; revision=426905
* devel/boost-libs: always verbose build after r421635Jan Beich2016-11-231-2/+1
| | | | | | | | PR: 199601 Approved by: portmgr blanket Notes: svn path=/head/; revision=426903
* In several dozen ports, use single space for WWW: line in pkg-descr, andAlexey Dokuchaev2016-11-221-1/+1
| | | | | | | reformat port description text in cases when it was notoriously broken. Notes: svn path=/head/; revision=426827
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* devel/boost-*: convert to more option helpersJan Beich2015-09-271-1/+1
| | | | | | | | Approved by: office (truckman, bapt) (maintainer) Differential Revision: https://reviews.freebsd.org/D3739 Notes: svn path=/head/; revision=398060
* devel/boost-*: remove nop ARCH-specific *FLAGS regressed by r317845Jan Beich2015-09-271-4/+0
| | | | | | | | Approved by: office (truckman, bapt) (maintainer) Differential Revision: https://reviews.freebsd.org/D3739 Notes: svn path=/head/; revision=398059
* - Convert ports of devel/ to USES=pythonMarcus von Appen2014-10-201-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371280
* Fix indexBaptiste Daroussin2014-02-071-1/+1
| | | | Notes: svn path=/head/; revision=343217
* Update to boost 1.55.0Baptiste Daroussin2014-02-073-11/+8
| | | | | | | | | | switch back to normal library naming Add a compat symlink for .so.5 Use compiler.mk to detect compiler Use a modern compiler (doesn't work with base gcc) Notes: svn path=/head/; revision=343213
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)Pietro Cerutti2013-02-141-1/+0
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=312209
* - update to 1.52.0Baptiste Daroussin2013-01-318-364/+16
| | | | | | | | | | | | - pass maintainership to office@ - detect if compiler is gcc or clang and correctly set the toolset for bjam - enable long-double support - some cleanup Approved by: maintainer timeout (3 weeks with no reply) Notes: svn path=/head/; revision=311308
* Unbreak the port for python versions > 3.1.Dmitry Sivachenko2012-11-201-2/+2
| | | | | | | | | | I verified that this port works with python version 2.6 .. 3.3 now. Approved by: maintainer timeout Feature safe: yes Notes: svn path=/head/; revision=307583
* Fix SIZE fieldMax Brazhnikov2012-05-171-1/+1
| | | | | | | Reported by: sunpoet Notes: svn path=/head/; revision=296816
* Update boost ports to 1.48.0Max Brazhnikov2012-05-165-21/+38
| | | | | | | | | PR: ports/156253 Submitted by: Alexander Churanov (maintainer) Approved by: portmgr (linimon) Notes: svn path=/head/; revision=296783
* - Alter USE_PYTHON range: exclude Python 3.2Sunpoet Po-Chuan Hsieh2011-03-161-1/+1
| | | | | | | | | PR: ports/155181 Submitted by: sunpoet (myself) Approved by: Alexander Churanov <alexanderchuranov@gmail.com> (maintainer) Notes: svn path=/head/; revision=271020
* - Move from py24 over to py25 or aboveMartin Wilke2011-02-252-2/+2
| | | | | | | - Drop md5 support Notes: svn path=/head/; revision=269662
* - Update to 1.45Pav Lucistnik2010-12-272-0/+11
| | | | | | | | | PR: ports/152558 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>, Alexander Churanov <alexanderchuranov@gmail.com> (maintainer) Notes: svn path=/head/; revision=267026
* - Update to 1.45Pav Lucistnik2010-12-272-14/+3
| | | | | | | | | PR: ports/152558 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>, Alexander Churanov <alexanderchuranov@gmail.com> (maintainer) Notes: svn path=/head/; revision=267025
* Respect PYTHON_VERSIONMax Brazhnikov2010-07-241-0/+1
| | | | | | | | | PR: ports/146959 Submitted by: Kazunori Fujiwara <fujiwara at wide.ad.jp> Approved by: Alexander Churanov (maintainer) Notes: svn path=/head/; revision=258132