mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Moving the Octave icons to a directory which is not version specific (*).
Remove ATLAS knob, and bump portrevision. Submitted by: Jason Bacon (*)
This commit is contained in:
parent
ed45c87181
commit
ce9d6f824b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383490
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= octave
|
||||
PORTVERSION= 3.8.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= octave
|
||||
@ -61,15 +62,12 @@ CONFIGURE_ARGS= --host=${GNU_HOST} \
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
OPTIONS_RADIO= BLAS
|
||||
OPTIONS_RADIO_BLAS= REFERENCE ATLAS OBLAS
|
||||
OPTIONS_RADIO_BLAS= REFERENCE OBLAS
|
||||
OPTIONS_DEFAULT= REFERENCE
|
||||
|
||||
REFERENCE_DESC= Blas / Lapack
|
||||
REFERENCE_USES= blaslapack:netlib
|
||||
|
||||
ATLAS_DESC= ATLAS
|
||||
ATLAS_USES= blaslapack:atlas
|
||||
|
||||
OBLAS_DESC= Openblas
|
||||
OBLAS_USES= blaslapack:openblas
|
||||
|
||||
@ -86,6 +84,7 @@ post-patch:
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/etc/icons/octave.desktop \
|
||||
${STAGEDIR}${DESKTOPDIR}/www.octave.org-octave.desktop
|
||||
(cd ${STAGEDIR}${DATADIR} && ln -s ${PORTVERSION}/imagelib .)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
. for file in liboctave/liboctave.ps \
|
||||
|
@ -824,6 +824,7 @@ share/applications/www.octave.org-octave.desktop
|
||||
%%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps
|
||||
%%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps
|
||||
%%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps
|
||||
%%DATADIR%%/imagelib
|
||||
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/CITATION
|
||||
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/NEWS
|
||||
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/built-in-docstrings
|
||||
|
Loading…
Reference in New Issue
Block a user