git: c77cac53d3a9 - main - science/dynare: remove stale powerpc* lines
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Aug 2023 10:42:13 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=c77cac53d3a93d219c29daec73560bbd2365d837 commit c77cac53d3a93d219c29daec73560bbd2365d837 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-03 10:39:59 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-03 10:39:59 +0000 science/dynare: remove stale powerpc* lines --- science/dynare/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/science/dynare/Makefile b/science/dynare/Makefile index c68a13bddf86..2d9b23312a84 100644 --- a/science/dynare/Makefile +++ b/science/dynare/Makefile @@ -49,12 +49,6 @@ OCTAVE_LIB_DEPENDS= libfftw3.so:math/fftw3 \ OCTAVE_RUN_DEPENDS= octave:math/octave \ octave-forge-statistics>0:math/octave-forge-statistics -.include <bsd.port.options.mk> -.if (${ARCH} == powerpc64le || ${ARCH} == powerpc64 || ${ARCH} == powerpc) && ${OSVERSION} < 1301510 # support added in e09d209d1a74a3caca95dea303db9bc605fce1a7 -BROKEN_powerpc64= cannot open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory -BROKEN_powerpc64le= cannot open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory -.endif - post-install: # remove empty directories, see https://git.dynare.org/Dynare/dynare/-/issues/1835 @${FIND} ${STAGEDIR}${PREFIX} -type d -empty -delete