non port: science/code_saturne/Makefile |
SVNWeb
|
Number of commits found: 66 |
Thu, 3 Aug 2023
|
[ 21:39 Thierry Thomas (thierry) ] f46a029
science/code_saturne: upgrade to 8.0.0
Release notes at <https://www.code-saturne.org/cms/web/download/v8.0>.
Also remove options, excepted parmetis which is restricted.
|
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
Sun, 25 Jun 2023
|
[ 08:26 Yuri Victorovich (yuri) ] 8da1e27
science/hypre: Update 2.28.0 → 2.29.0
Reported by: portscout
|
Tue, 20 Jun 2023
|
[ 19:59 Thierry Thomas (thierry) ] b5cae3b
science/code_saturne: chase the upgrade of science/PETSc
Since 3.19.2, the file $LOCALBASE/lib/petsc/conf/variables contains
non-portable code, and gmake is needed to interpret its content.
Reported by: pkg-fallout
|
Sun, 18 Jun 2023
|
[ 09:01 Thierry Thomas (thierry) ] 6d2ccca
*/*: bump PORTREVISION to chase the upgrade of CGNS
|
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Sun, 2 Apr 2023
|
[ 16:18 Yuri Victorovich (yuri) ] 007b601
science/PETSc: Update 3.18.5 → 3.19.0
Also bump 2 ports.
Also math/py-petsc4py is broken for now.
|
Sun, 19 Mar 2023
|
[ 07:46 Yuri Victorovich (yuri) ] 0262afe
science/hypre: Update 2.26.0 → 2.28.0
Reported by: portscout
|
Thu, 9 Mar 2023
|
[ 11:15 Loïc Bartoletti (lbartoletti) ] 6d3a647 (Only the first 10 of 74 ports in this commit are shown above. )
PyQt: Update to latest versions
- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7
PR: 269751
Exp-run by: antoine
|
Mon, 13 Feb 2023
|
[ 04:26 Yuri Victorovich (yuri) ] 945af58
science/PETSc: Change to 64-bit indices; Add METIS option
By default PETSc uses 32-bit indices.
|
Mon, 19 Dec 2022
|
[ 14:44 Muhammad Moinur Rahman (bofh) ] 721e577 (Only the first 10 of 130 ports in this commit are shown above. )
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket)
|
Sun, 16 Oct 2022
|
[ 19:37 Yuri Victorovich (yuri) ] b422449
science/hypre: Update 2.25.0 -> 2.26.0
Reported by: portscout
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:35 Tobias C. Berner (tcberner) ] 5564b3b (Only the first 10 of 87 ports in this commit are shown above. )
science/hdf5: bump PORTREVISION of consumers
The SO-version increased in the update to 1.12.2 in
a43418b81530f7e897abfbe18dd59f44265a1a0f .
Reported by: VVD <vvd@unislabs.com>
|
[ 14:22 Tobias C. Berner (tcberner) ] 4619604 (Only the first 10 of 201 ports in this commit are shown above. )
science: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Andreas Fehlner <fehlner@gmx.de>
* Brad Huntting <huntting@glarp.com>
* Chao Shin <quakelee@cn.FreeBSD.org>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Chia-Hsing Yu <me@davidyu.org>
* Chris Rees <utisoft@gmail.com>
* David Naylor <dbn@FreeBSD.org>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Ed Schouten <ed@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Erik B Knudsen (Only the first 15 lines of the commit message are shown above )
|
Tue, 26 Apr 2022
|
[ 20:46 Thierry Thomas (thierry) ] 4987dc1
science/code_saturne: upgrade to 7.1.1
Release notes at
<https://github.com/code-saturne/code_saturne/blob/v7.1/NEWS.md#release-711-march-16-2022>
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
|
Sat, 26 Mar 2022
|
[ 08:27 Matthias Fechner (mfechner) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
Mon, 7 Mar 2022
|
[ 17:39 Loïc Bartoletti (lbartoletti) ] 2d8f8573 (Only the first 10 of 75 ports in this commit are shown above. )
devel/py-qt5, devel/py-sip: Update versions
- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)
PR: 261685
Exp-run by: antoine
|
Thu, 27 Jan 2022
|
[ 06:12 Loïc Bartoletti (lbartoletti) ] 4f0a5e1 (Only the first 10 of 205 ports in this commit are shown above. )
PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.
SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.
PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.
This allows us to be in adequacy with the packages that the author of these (Only the first 15 lines of the commit message are shown above )
|
Fri, 7 Jan 2022
|
[ 08:34 Yuri Victorovich (yuri) ] 4510216
science/PETSc: Update 3.14.1 -> 3.16.3
Reported by: portscout
|
Sun, 26 Dec 2021
|
[ 17:56 Thierry Thomas (thierry) ] 3a22719
science/code_saturne: upgrade to 7.1.0
Release notes at
<https://github.com/code-saturne/code_saturne/blob/v7.1/NEWS.md#release-710-december-21-2021>
|
Mon, 18 Oct 2021
|
[ 20:17 Thierry Thomas (thierry) ] 7dcfaf7
science/code_saturne: upgrade to 7.0.2
Changelog at
<https://github.com/code-saturne/code_saturne/blob/v7.0/NEWS.md>.
|
Fri, 18 Jun 2021
|
[ 15:56 Thierry Thomas (thierry) ] ff36c7f
science/code_saturne: upgrade to 7.0
Changelog at <https://github.com/code-saturne/code_saturne/blob/v7.0/NEWS.md>.
|
Mon, 10 May 2021
|
[ 20:13 Thierry Thomas (thierry) ] 1d44af5 (Only the first 10 of 52 ports in this commit are shown above. )
math/py-matplotlib: chase minimum Python version in dependent ports
Since the previous update changed USES=python from 3.6+ to 3.7+, all
dependent ports must have USES=python:3.7+ as well, otherwise it breaks
the @py36 flavor.
PR: 255347
Reported by: sunpoet
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 16 Mar 2021
|
[ 09:29 lbartoletti ] (Only the first 10 of 57 ports in this commit are shown above. )
PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1
PR: 254218
Exp-run by: antoine
|
Mon, 8 Mar 2021
|
[ 06:49 lbartoletti ] (Only the first 10 of 100 ports in this commit are shown above. )
PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0
* PyQt5: update to 5.15.3
This is a minor feature and bug-fix release. There are corresponding releases of
the other PyQt5-related packages.
- Added the missing QImage.setAlphaChannel().
- Support for the QtNetworkAuth library has been moved to a separate
PyQtNetworkAuth package.
- Wheels no longer bundle the corresponding Qt libraries and instead
automatically install them from an external wheel.
* QScintilla2: update to 2.12.0
This adds support for Qt6 and removes support for Qt4.
- Change the new distname (again)i due to a conflict
- Use the new sip-build system
* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo
PR: 253865
Exp-run by: antoine
|
Tue, 2 Mar 2021
|
[ 21:18 thierry ]
Set USES=mpi.
|
Thu, 14 Jan 2021
|
[ 14:34 dbaio ] (Only the first 10 of 85 ports in this commit are shown above. )
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093
|
Wed, 23 Dec 2020
|
[ 18:37 thierry ]
Upgrade to 6.1.3 and enable Python bindings for PLE.
Changelog at <https://github.com/code-saturne/code_saturne/blob/v6.1/NEWS.md>.
|
Tue, 15 Dec 2020
|
[ 17:56 lbartoletti ] (Only the first 10 of 54 ports in this commit are shown above. )
Update PyQt5 to 5.15.2, sip to 5.5.0, py-qtbuilder to 1.6.0 and py-qt5-sip to
12.8.1
PR: 251764
Exp-run by: antoine
|
Wed, 9 Dec 2020
|
[ 19:29 thierry ]
Modify cad/scotch to support int64.
Bump PORTREVISION of consumers because this changes the ABI.
|
[ 11:07 thierry ] (Only the first 10 of 12 ports in this commit are shown above. )
Modify cad/scotch to install shared libraries.
Chase these libraries to the consumers ports.
|
Mon, 5 Oct 2020
|
[ 15:50 lbartoletti ] (Only the first 10 of 122 ports in this commit are shown above. )
Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates
of PyQt with py-sip >= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location,
devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts
[1] RiverBankComputing doesn't offer links to download latest version of some
ports
PR: 247369
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D25749
Exp-run by: antoine
|
Sun, 13 Sep 2020
|
[ 19:31 thierry ]
Upgrade to v6.1.2 (6.2.0 is still an intermediate release).
|
Mon, 17 Aug 2020
|
[ 15:33 pkubaj ]
science/code_saturne: fix build on GCC architectures
Use C++11 compiler:
cs_paramedmem_remapper.cxx:124: error: ISO C++ forbids initialization of member
'_sphere_cen'
Define __XSI_VISIBLE to make gettimeofday() available.
MFH: 2020Q3 (fix build blanket)
|
Mon, 15 Jun 2020
|
[ 16:02 thierry ]
Upgrade to v6.1.1 and add Scotch's support.
|
Mon, 11 May 2020
|
[ 23:51 dbaio ] (Only the first 10 of 144 ports in this commit are shown above. )
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above )
|
Wed, 6 May 2020
|
[ 16:11 yuri ] (Only the first 10 of 45 ports in this commit are shown above. )
Bump 46 ports depending on math/openblas because the after the recent
math/openblas update the library name changed in openblas.
|
Sun, 26 Apr 2020
|
[ 17:59 thierry ]
Upgrade to 6.1.0 + some post-release fixes.
Release notes at
<https://github.com/code-saturne/code_saturne/blob/v6.1/NEWS.md>.
|
Sat, 11 Apr 2020
|
[ 05:04 lbartoletti ] (Only the first 10 of 67 ports in this commit are shown above. )
Update py-sip to 4.19.21 and qscintilla2 to 2.11.4
- Update py-sip to 4.19.21
- Update qscintilla2 to 2.11.4
- Replace MASTER_SITE_RIVERBANK with https versions
- Replace QSCI2_DISTNAME to match with the new one
PR: 245308
Approved by: tcberner (mentor)
Exp-run by: antoine
|
Tue, 17 Mar 2020
|
[ 11:01 thierry ]
Remove the test about openmp.
|
Fri, 28 Feb 2020
|
[ 21:01 thierry ]
Upgrade CGNS to 4.0.0.
Release notes at <https://github.com/CGNS/CGNS/releases/tag/v4.0.0>.
|
Mon, 17 Feb 2020
|
[ 16:27 thierry ]
Upgrade to v6.0.2.
|
Thu, 30 Jan 2020
|
[ 14:17 swills ] (Only the first 10 of 90 ports in this commit are shown above. )
Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]
This is correcting issues from r523749 [1][2][4] and r515970 [3]
PR: 231371
Reported by: build cluster [1]
Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by: many [5]
Reviewed by: mat, bapt
Approved by: implicit, since this is a build fix
|
Sun, 19 Jan 2020
|
[ 18:06 thierry ]
Remove the dependency on libomp, but note that at least openmp 8.0.0
final release is needed.
|
Sun, 12 Jan 2020
|
[ 08:53 thierry ]
Upgrade to 6.0.1.
Changelog at <https://github.com/code-saturne/code_saturne/blob/v6.0/NEWS.md>.
|
Wed, 20 Nov 2019
|
[ 14:47 antoine ]
Unbreak bulk -a with non default version of python3
|
Sat, 21 Sep 2019
|
[ 18:59 jbeich ] (Only the first 10 of 58 ports in this commit are shown above. )
devel/openmp: update to 9.0.0
- Connect tests to the framework to help QA remaining patches
- Force rebuild all consumers after https://reviews.llvm.org/D59783
Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
|
Thu, 22 Aug 2019
|
[ 09:02 amdmi3 ]
- Add LICENSE_FILE
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Sun, 19 May 2019
|
[ 19:22 thierry ]
Switch to Python 3.6 and upgrade to v5.3.3.
Note: Code_Saturne does not run with Qt5 in combination with Python 2.7.
See <https://github.com/code-saturne/code_saturne/issues/44>.
|
Wed, 8 May 2019
|
[ 16:05 jbeich ] (Only the first 10 of 52 ports in this commit are shown above. )
devel/openmp: phase out
- Expire after the last version without /usr/lib/libomp.so
- Drop SOVERSION for seamless transition (i.e., avoid conditionals)
PR: 236907
Approved by: bapt (maintainer)
Differential Revision: https://reviews.freebsd.org/D19767
|
Mon, 22 Apr 2019
|
[ 13:16 gerald ] (Only the first 10 of 225 ports in this commit are shown above. )
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl
|
Wed, 6 Mar 2019
|
[ 19:49 thierry ]
- Upgrade science/cgnslib to 3.4.0
Release notes at <https://github.com/CGNS/CGNS/releases/tag/v3.4.0>.
- Split tests and fortran option
- Bump PORTREVISION of consumers.
|
Sat, 2 Mar 2019
|
[ 17:04 thierry ]
Upgrade to 5.3.2.
Release notes at
https://github.com/code-saturne/code_saturne/blob/v5.3/NEWS.md#release-532---january-29-2019
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above )
|
Mon, 7 Jan 2019
|
[ 18:27 antoine ]
Fix build with DEFAULT_OPTIONS=python=3.x
PR: 234633
|
Sat, 5 Jan 2019
|
[ 22:46 sunpoet ] (Only the first 10 of 61 ports in this commit are shown above. )
Update science/hdf5 to 1.10.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR: 233070
Submitted by: wen
|
Thu, 3 Jan 2019
|
[ 20:00 antoine ]
Remove build dependency on the python metaport
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Fri, 30 Nov 2018
|
[ 21:19 thierry ]
Upgrade to v5.3.1.
|
Thu, 8 Nov 2018
|
[ 17:26 thierry ]
On i386, OpenMP seems incompatible with libatomic.
|
Sun, 4 Nov 2018
|
[ 17:13 thierry ] (Only the first 10 of 14 ports in this commit are shown above. )
bft, ecs, fvm, mei and ncs have been merged to code_saturne.
Upgrade it to v5.3.0.
|
Number of commits found: 66 |