Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2018 05:56:12 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481957 - head/math/deal.ii
Message-ID:  <201810130556.w9D5uCHn043646@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Oct 13 05:56:12 2018
New Revision: 481957
URL: https://svnweb.freebsd.org/changeset/ports/481957

Log:
  math/deal.ii: 9.0.0 -> 9.0.1
  
  Build succeeds on 11, but fails on 10 and 12 due to the boost bug.[1][2]
  
  --References--
  [1] https://github.com/dealii/dealii/issues/7344
  [2] https://github.com/boostorg/serialization/pull/105
  
  Reported by:	portscout

Modified:
  head/math/deal.ii/Makefile
  head/math/deal.ii/distinfo
  head/math/deal.ii/pkg-plist

Modified: head/math/deal.ii/Makefile
==============================================================================
--- head/math/deal.ii/Makefile	Sat Oct 13 05:53:42 2018	(r481956)
+++ head/math/deal.ii/Makefile	Sat Oct 13 05:56:12 2018	(r481957)
@@ -2,8 +2,7 @@
 
 PORTNAME=	deal.II
 DISTVERSIONPREFIX=	v
-DISTVERSION=	9.0.0
-PORTREVISION=	3
+DISTVERSION=	9.0.1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -13,7 +12,8 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/config.hpp:devel/boost-libs
-LIB_DEPENDS=	libhdf5.so:science/hdf5 \
+LIB_DEPENDS=	libgoto2.so:math/gotoblas \
+		libhdf5.so:science/hdf5 \
 		libmetis.so:math/metis \
 		libtbb.so:devel/tbb
 

Modified: head/math/deal.ii/distinfo
==============================================================================
--- head/math/deal.ii/distinfo	Sat Oct 13 05:53:42 2018	(r481956)
+++ head/math/deal.ii/distinfo	Sat Oct 13 05:56:12 2018	(r481957)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1538522671
-SHA256 (dealii-dealii-v9.0.0_GH0.tar.gz) = c9eed69b9909b432102055e843981df181cb96a4d274785feeb70f83a0f5bee8
-SIZE (dealii-dealii-v9.0.0_GH0.tar.gz) = 17629427
+TIMESTAMP = 1539402837
+SHA256 (dealii-dealii-v9.0.1_GH0.tar.gz) = df2f0d666f2224be07e3741c0e8e02132fd67ea4579cd16a2429f7416146ee64
+SIZE (dealii-dealii-v9.0.1_GH0.tar.gz) = 17637370

Modified: head/math/deal.ii/pkg-plist
==============================================================================
--- head/math/deal.ii/pkg-plist	Sat Oct 13 05:53:42 2018	(r481956)
+++ head/math/deal.ii/pkg-plist	Sat Oct 13 05:56:12 2018	(r481957)
@@ -495,7 +495,7 @@ lib/cmake/deal.II/deal.IIFeatureConfig.cmake
 lib/cmake/deal.II/deal.IITargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/deal.II/deal.IITargets.cmake
 lib/libdeal_II.so
-lib/libdeal_II.so.9.0.0
+lib/libdeal_II.so.9.0.1
 %%DATADIR%%/macros/macro_deal_ii_add_test.cmake
 %%DATADIR%%/macros/macro_deal_ii_initialize_cached_variables.cmake
 %%DATADIR%%/macros/macro_deal_ii_invoke_autopilot.cmake



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810130556.w9D5uCHn043646>