1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

devel/root: Upgrade to 6.28/04

ChangeLog:	https://root.cern/doc/v628/release-notes.html#release-6.2804
PR:		271514
This commit is contained in:
Erik Jensen 2023-05-20 11:27:39 +01:00 committed by Nuno Teixeira
parent 4b03671d17
commit cb1a96b93a
4 changed files with 21 additions and 10 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= root
DISTVERSION= 6.28.02
PORTREVISION= 2
DISTVERSION= 6.28.04
CATEGORIES= devel science math parallel python
MASTER_SITES= https://root.cern/download/
DISTFILES= ${PORTNAME}_v${DISTVERSION}.source${EXTRACT_SUFX}
@ -29,6 +28,7 @@ LIB_DEPENDS= libAfterImage.so:graphics/libafterimage \
libpng.so:graphics/png \
libtbb.so:devel/onetbb \
libtiff.so:graphics/tiff \
libunwind.so:devel/libunwind \
libvdt.so:math/vdt \
libxkbcommon.so:x11/libxkbcommon \
libXrdCl.so:databases/xrootd \
@ -36,7 +36,7 @@ LIB_DEPENDS= libAfterImage.so:graphics/libafterimage \
libzstd.so:archivers/zstd
USES= blaslapack:openblas cmake compiler:c++17-lang desktop-file-utils \
gettext-runtime gl gnome iconv jpeg mysql:57 pgsql:13+ python:3.9+ \
gettext-runtime gl gnome iconv jpeg mysql pgsql:13+ python:3.9+ \
shebangfix sqlite ssl xorg
USE_GL= glew glu opengl
USE_GNOME= cairo gdkpixbuf2 glib20 librsvg2 libxml2

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1679508411
SHA256 (root_v6.28.02.source.tar.gz) = 6643c07710e68972b00227c68b20b1016fec16f3fba5f44a571fa1ce5bb42faa
SIZE (root_v6.28.02.source.tar.gz) = 185323243
TIMESTAMP = 1684486312
SHA256 (root_v6.28.04.source.tar.gz) = 70f7f86a0cd5e3f2a0befdc59942dd50140d990ab264e8e56c7f17f6bfe9c965
SIZE (root_v6.28.04.source.tar.gz) = 185345719

View File

@ -1,4 +1,4 @@
--- main/CMakeLists.txt.orig 2023-02-13 15:21:06 UTC
--- main/CMakeLists.txt.orig 2023-05-19 13:45:40 UTC
+++ main/CMakeLists.txt
@@ -75,8 +75,8 @@ if(IS_ABSOLUTE ${runtimedir})
else()
@ -11,3 +11,14 @@
configure_file(python/cmdLineUtils.py ${localruntimedir}/cmdLineUtils.py @ONLY)
@@ -117,8 +117,8 @@ set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CL
"${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/rootcint;${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/genreflex")
if(CMAKE_HOST_UNIX)
- install(CODE "execute_process(COMMAND ln -f rootcling rootcint WORKING_DIRECTORY \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR})" COMPONENT applications)
- install(CODE "execute_process(COMMAND ln -f rootcling genreflex WORKING_DIRECTORY \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR})" COMPONENT applications)
+ install(CODE "execute_process(COMMAND ln -f rootcling rootcint WORKING_DIRECTORY \${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR})" COMPONENT applications)
+ install(CODE "execute_process(COMMAND ln -f rootcling genreflex WORKING_DIRECTORY \${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR})" COMPONENT applications)
else()
if(MSVC)
install(PROGRAMS ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/rootcling.exe DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT applications)

View File

@ -1,4 +1,3 @@
bin/genreflex
bin/hadd
bin/hist2workspace
bin/prepareHistFactory
@ -9,7 +8,6 @@ bin/root
bin/root-config
bin/root.exe
bin/rootbrowse
bin/rootcint
bin/rootcling
bin/rootcp
bin/rootdrawtree
@ -1135,7 +1133,6 @@ include/root/RooMultiGenFunction.h
include/root/RooMultiVarGaussian.h
include/root/RooNDKeysPdf.h
include/root/RooNLLVar.h
include/root/RooNaNPacker.h
include/root/RooNameReg.h
include/root/RooNonCPEigenDecay.h
include/root/RooNonCentralChiSquare.h
@ -7121,3 +7118,6 @@ lib/root/libRooFitXRooFit.so.%%SHLIB_VER%%
%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/arrow_up.png
%%ONLY_INSTALLED_ON_AARCH64%%lib/root/%%AARCH64_PCM_PREFIX%%GenVector_G__GenVector32%%AARCH64_PCM_SUFFIX%%.pcm
%%ONLY_INSTALLED_ON_AARCH64%%lib/root/%%AARCH64_PCM_PREFIX%%Smatrix_G__Smatrix32%%AARCH64_PCM_SUFFIX%%.pcm
include/root/RooFit/Config.h
include/root/RooFit/ModelConfig.h
include/root/RooStats/HistFactory/Detail/HistFactoryImpl.h