I used to recommend the use of ATLAS over the standard fortran BLAS.
Unfortunately for some time we are not packaging ATLAS anymore, and very
recently the source code of GotoBLAS has been made available for
research purposes. GotoBLAS is said to be faster than ATLAS and the
shared library is exchangeable with the standard BLAS. Curiously the
standard BLAS is known to beat both GotoBLAS and ATLAS when the problems
are not too complex, so I expect it's better for beginners.
I am hereto recommending the use of shared blas by default but leaving a
WITH_ATLAS knob in case someone doesn't have access to GotoBLAS and
wants to try to squeeze some more performance.
PR: ports/98070
Submitted by: Pedro F. Giffuni <giffunip (at) asme.org>
- Allow redefinition of public targets
- Make relink-all catch extensions with non-GUID ID's
- A bit smarter XPI_ID extraction
Approved by: krion (mentor, implicit)
- Update to version 1.0-8762, the latest from nVidia
Changes from version 1.0-8178 (previous in Ports Collection):
- Added support for new GPUs, such as QuadroFX 4500 X2, Quadro FX 5500,
Quadro FX 3500, and Quadro FX 1500
- Added support for GeForce 7300, GeForce 7400 Go, GeForce 7600, and
GeForce 7900 GPUs
- Improved Quadro FX 3450/4000 SDI support
- Added support for running OpenGL applications while the Composite X
extension is enabled; see "The X Composite Extension" appendix for details
- Enabled hardware acceleration of the Render X extension by default
- Added new "nvidia-auto-select" mode entry for use in the X configuration
file; see description in the "Programming Modes" appendix
- Added support for GLX 1.4
- Added "AddARGBGLXVisuals" X configuration option, so that OpenGL
applications can render to X Windows' alpha channel
- Added ability for OpenGL applications to span greater than 4096 pixels
when in Xinerama
- Fixed video memory reporting with GeForce 6200 Turbo Cache
- Fixed a problem with Overlay support when in TwinView
- Fixed several issues with mode selection for CRTs and DFPs
- Fixed a corruption problem with Rotation and large desktops on older GPUs
including GeForce4 MX
- Fixed a system crash starting X with TwinView on certain GPUs
- Addressed an NV-CONTROL compatibility issue; please see the Known Issues
section of the README for details
- Improved G-Sync support
- Fixed interlaced modes on CRTs
PR: ports/96385
Submitted by: Sean Farley <sean-freebsd(at)farley.org>
- Add a dependency to the native xorg-libraries when the LINUX option is
enabled (it causes USE_XLIB to depend on Linux libraries instead of the
native ones). This should aid in updating process.
PR: ports/96883
Submitted by: alepulver
- from submitter
WITH_XGETDEFAULT which enables resource checking
via X's function instead of rxvt's own version. I'm using
this option for a long time, it would be better if I can
turn it on via a knob.Add a new know WITH_XGETDEFAULT which
enables resource checking via X's function instead of rxvt's
own version. I'm using this option for a long time, it would
be better if I can turn it on via a knob.
PR: 96152
Submitted by: Rong-En Fan <rafan_AT_infor dot org>