mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Setting OPTIONS_SINGLE_FORTRAN_armv6 was incorrect. It should be
OPTIONS_SINGLE_FORTRAN_aarch64. Submitted by: jbeich
This commit is contained in:
parent
1e124d39bd
commit
299ba0db49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445027
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= R
|
||||
PORTVERSION= 3.4.1
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math lang
|
||||
MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||}
|
||||
|
||||
|
@ -36,7 +36,7 @@ OPTIONS_SINGLE= BLAS FORTRAN
|
|||
OPTIONS_SINGLE_BLAS= ATLAS OPENBLAS NETLIB RBLAS
|
||||
OPTIONS_SINGLE_FORTRAN= ${OPTIONS_SINGLE_FORTRAN_${MACHINE_ARCH}}
|
||||
OPTIONS_SINGLE_FORTRAN_i386= GFORTRAN
|
||||
OPTIONS_SINGLE_FORTRAN_armv6= GFORTRAN
|
||||
OPTIONS_SINGLE_FORTRAN_aarch64= GFORTRAN
|
||||
OPTIONS_SINGLE_FORTRAN_amd64= GFORTRAN FLANG
|
||||
|
||||
OPTIONS_SUB= YES
|
||||
|
|
Loading…
Add table
Reference in a new issue