IABSD.fr/ports/misc/openbabel

Branch :


Log

Author Commit Date CI Message
9f2d38ae 2024-07-10 05:25:34 add rapidjson as a build depend, prevents sporadic failures due to junking between configure and build steps OK bket@ (MAINTAINER)
4900f14c 2024-05-11 10:04:03 Bump all consumers of math/eigen3.
2e26f40b 2023-12-28 21:14:30 Remove std::binary_function from openbabel tb@ found that libcxx 16.0.6 breaks building of xdrawchem, which is caused by openbabel not being C++17 compatible. Upstream has fixed this with https://github.com/openbabel/openbabel/pull/2464. The latter has been backported. No bump required as diff does not affect symbols. Build tested by tb@. OK tb@
4deb9c2d 2023-09-27 09:52:09 MASTER_SITES -> SITES
c33d52d5 2023-03-03 16:52:36 Add math/eigen3 as BDEP tb@ found that openbabel has a hidden dep on math/eigen3. Bump minor of libopenbabel because of addition of symbols. OK tb@
2eae8121 2023-02-08 20:56:31 Update to openbabel-3.1.1 Big step forward (~13 years), overview on changes can be found at https://github.com/openbabel/openbabel/releases. While here update HOMEPAGE, and take MAINTAINER. Shared lib has been bumped just to be sure. Patches have been dropped as they have been addressed by upstream. Comments and OK sthen@
c715eab9 2022-03-11 19:38:05 drop RCS Ids
bf21df5d 2019-06-25 11:54:02 openbabel: fix narrowing errors on archs where char is unsigned by default (ppc, arm). While here, move to PERMIT_PACKAGE. OK sthen@
25f0e460 2018-10-24 14:27:57 Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit.
9afb35b7 2018-04-15 11:51:48 fix build with clang6