1- Set IGNORE for FreeBSD < 12 and for 32 bits systems;
2- Fix plist without MPI. Reported by: 1) pfg 2) pointyhat
This commit is contained in:
parent
b3c64e685e
commit
92f3ffbd69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520809
2 changed files with 5 additions and 2 deletions
|
@ -15,6 +15,9 @@ COMMENT?= Graphical interface for Code_Aster (server side)
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc
|
||||
NOT_FOR_ARCHS_REASON= ARG_MAX is too small for Code_Aster on 32 bits systems
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# You may define these options:
|
||||
#
|
||||
|
@ -59,7 +62,7 @@ conf_dir= ${WRKSRC}/etc/astkrc
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ((${OSREL:R} == 12 && ${OSVERSION} < 1201506) \
|
||||
.if ${OPSYS} == FreeBSD && ((${OSREL:R} <= 12 && ${OSVERSION} < 1201506) \
|
||||
|| (${OSREL:R} > 12 && ${OSVERSION} < 1300068))
|
||||
# ASTK is not useful without french/aster
|
||||
IGNORE= a larger value of ARG_MAX is needed for Code_Aster, please upgrade your system
|
||||
|
|
|
@ -590,7 +590,7 @@
|
|||
%%SERV%%%%ASTKDIR%%/unittest/datafiles/with_win_CR.export
|
||||
%%SERV%%%%ASTKDIR%%/unittest/run_test.py
|
||||
%%SERV%%%%ASTKDIR%%/unittest/test_relocate.py
|
||||
%%SERV%%aster/aster-mpihosts
|
||||
%%MPI%%%%SERV%%aster/aster-mpihosts
|
||||
%%SERV%%%%ETCDIR%%/asrun
|
||||
%%SERV%%%%ETCDIR%%/aster
|
||||
%%SERV%%%%ETCDIR%%/config_nodename
|
||||
|
|
Loading…
Reference in a new issue