PDF support is no more available, it requires pdflib>=5, and the new licensing
terms don't allow us to distribute it. Upstream dropped TIFF support. Also,
move HOMEPAGE to https.
OK jca@
armv7, this should save around 40h overall build time, and makes it more
visible to anyone working on the port that they are indeed broken on the
arch. OK phessler@ naddy@
Of note because the port is important to the architecture and
self-hosted builds are a good thing: building u-boot on armv7 fails
with an Internal Compiler Error (SIGBUS) in lib/time.c, it would be
particularly nice if someone has an idea how to fix this!
- Fixed forced stop exception with dimension elimination ([#317])
- Fixed get_initial_step wrapping ([#319])
Minor so version bumped due to new symbols, no removals;
All tests pass on amd64
scipy properly detects cblas now that libcblas.so has a dep on
libblas.so. Register the dep on math/cblas, along with math/lapack,
because scipy directly links against those. (py-numpy, a BUILD
and RUN_DEPENDS, also links against those but better be explicit).
Spotted by naddy@
While here, bytecompile all the installed .py files
This was a group effort and it already passed several bulks
on various archs.
Main diffs from jca@, sthen@.
Tested in bulk by sthen@ and naddy@.
Input from Daniel Dickman, tb@, Martin Reindl, ajacotot@
OK sthen@, kmos@
While here:
- update HOMEPAGE and MASTER_SITES
- refresh WANTLIB (this is a C-only port)
Initial diff from Yozo TODA, probably ok pirofti@ (maintainer)
(which is not) throughout the ports Makefiles.
* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.
ok kn@ rsadowski@ espie@
This avoids a runtime error with software linked by ld.lld -lcblas, and
a build error with ld.bfd -lcblas.
Spotted by sthen@ and tb@ while working on a py-numpy update. Tests by
tb@ and martin@, ok tb@
A bunch of people want to move forward with this, so I'm not waiting for
Steven's ok.