Remove math/ufc in preparation for upgrade of all FEniCS components.
UFC has been deprecated by the FEniCS project and rolled into FFC. Reviewed by: mat Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14427
This commit is contained in:
parent
d7f993c03b
commit
15ed0266d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463027
6 changed files with 1 additions and 50 deletions
1
MOVED
1
MOVED
|
@ -9967,6 +9967,7 @@ net/quagga-esr|net/quagga|2018-02-15|Fixes available, go back to the regular qua
|
|||
sysutils/krename-kde4|sysutils/krename|2018-02-16|Renamed to sysutils/krename
|
||||
net/grive|net/grive2|2018-02-17|Has expired: Unmaintained by upstream, use net/grive2 instead
|
||||
textproc/rubygem-sass-rails5|textproc/rubygem-sass-rails-rails4|2018-02-18|Rename to match our rubygems naming
|
||||
math/ufc||2018-02-18|Removed: No longer part of FEniCS, rolled into FFC
|
||||
devel/elixir-exrm||2018-02-19|Has expired: No longer maintained upstream
|
||||
devel/elixir-conform_exrm||2018-02-19|Has expired: No longer maintained upstream
|
||||
devel/elixir-sorted_set||2018-02-19|Has expired: No longer maintained upstream
|
||||
|
|
|
@ -748,7 +748,6 @@
|
|||
SUBDIR += trlan
|
||||
SUBDIR += truthtable
|
||||
SUBDIR += tvmet
|
||||
SUBDIR += ufc
|
||||
SUBDIR += ump
|
||||
SUBDIR += units
|
||||
SUBDIR += unuran
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ufc
|
||||
PORTVERSION= ${MMVERSION}.0
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= http://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
COMMENT= Unified framework for finite element assembly
|
||||
|
||||
BUILD_DEPENDS= swig3.0:devel/swig30
|
||||
LIB_DEPENDS= libboost_math_c99.so:devel/boost-libs
|
||||
|
||||
# LICENSE= public domain
|
||||
|
||||
USES= cmake python:2.7
|
||||
|
||||
CMAKE_ARGS+= -DUFC_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig
|
||||
|
||||
MMVERSION= 2.2
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -i '' -e 's|os.path.join(os.path.sep, "usr")|os.path.normpath("${PREFIX}")|' ${WRKSRC}/src/utils/python/ufc_utils/build.py
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (ufc-2.2.0.tar.gz) = e98cd4a748459fc62739534e87cf3d632b188b48381820672213f34ba61170e0
|
||||
SIZE (ufc-2.2.0.tar.gz) = 602068
|
|
@ -1,4 +0,0 @@
|
|||
UFC (Unified Form-assembly Code) is a unified framework for finite element
|
||||
assembly.
|
||||
|
||||
WWW: https://launchpad.net/ufc
|
|
@ -1,17 +0,0 @@
|
|||
include/swig/ufc.i
|
||||
include/ufc.h
|
||||
include/ufc_geometry.h
|
||||
%%PYTHON_SITELIBDIR%%/ufc/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/ufc/_ufc.so
|
||||
%%PYTHON_SITELIBDIR%%/ufc/ufc.py
|
||||
%%PYTHON_SITELIBDIR%%/ufc_utils/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/ufc_utils/build.py
|
||||
%%PYTHON_SITELIBDIR%%/ufc_utils/dofmap.py
|
||||
%%PYTHON_SITELIBDIR%%/ufc_utils/finite_element.py
|
||||
%%PYTHON_SITELIBDIR%%/ufc_utils/form.py
|
||||
%%PYTHON_SITELIBDIR%%/ufc_utils/function.py
|
||||
%%PYTHON_SITELIBDIR%%/ufc_utils/integrals.py
|
||||
libdata/pkgconfig/ufc-1.pc
|
||||
%%DATADIR%%/UFCConfig.cmake
|
||||
%%DATADIR%%/UFCConfigVersion.cmake
|
||||
%%DATADIR%%/UseUFC.cmake
|
Loading…
Reference in a new issue