1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Alexey Dokuchaev
42eecec387 astro/gnuastro: the port had been updated and improved (+)
- Update GNU Astronomy Utilities to the latest version 0.16
- Use `install-strip' so that installed library gets stripped
- Do not try to run the tests across entire source code, they
  are confined to a single subdirectory (makes the build log
  less noisy)

Reported by:	upstream maintainer via information bulletin
2021-10-11 05:50:57 +00:00
Danilo Egea Gondolfo
3ee07bfd8d astro/wcslib: Update to 7.7
Drop maintainership.
2021-09-21 19:21:13 +01:00
Tobias C. Berner
63e653adaa math/gsl: update to 2.7
From [1]

* What is new in gsl-2.7:
	* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
	* fixed bug #60335 (spmatrix test failure, J. Lamb)
	* fixed bug #36577
	* clarified documentation on interpolation accelerators (V. Krishnan)
	* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M. Sitte)
	* fixed doc bug #59758
	* fixed bug #58202 (rstat median for n=5)
	* added support for native C complex number types in gsl_complex
	   when using a C11 compiler
	* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6
	* updated exponential fitting example for nonlinear least squares
	* added banded LU decomposition and solver (gsl_linalg_LU_band)
	* New functions added to the library:
	      - gsl_matrix_norm1
	      - gsl_spmatrix_norm1
	      - gsl_matrix_complex_conjtrans_memcpy
	      - gsl_linalg_QL: decomp, unpack
	      - gsl_linalg_complex_QR_* (thanks to Christian Krueger)
	      - gsl_vector_sum
	      - gsl_matrix_scale_rows
	      - gsl_matrix_scale_columns
	      - gsl_multilarge_linear_matrix_ptr
	      - gsl_multilarge_linear_rhs_ptr
	      - gsl_spmatrix_dense_add (renamed from gsl_spmatrix_add_to_dense)
	      - gsl_spmatrix_dense_sub
	      - gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply
	      - gsl_linalg_QR_UD: decomp, lssolve
	      - gsl_linalg_QR_UU: decomp, lssolve, QTvec
	      - gsl_linalg_QR_UZ: decomp
	      - gsl_multifit_linear_lcurvature
	      - gsl_spline2d_eval_extrap
	* bug fix in checking vector lengths in gsl_vector_memcpy (dieggsy@pm.me)
	* made gsl_sf_legendre_array_index() inline and documented
	      - gsl_sf_legendre_nlm()

[1] http://git.savannah.gnu.org/cgit/gsl.git/tree/NEWS

PR:		256423
Exp-run by:	antoine
2021-06-16 21:31:27 +02:00
Alexey Dokuchaev
6902d0057b astro/gnuastro: update Gnuastro to version 0.15.
Announcement:	https://lists.gnu.org/archive/html/info-gnuastro/2021-05/msg00000.html
Reported by:	portscout
2021-06-01 09:44:46 +00:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Sunpoet Po-Chuan Hsieh
f7285587af Bump PORTREVISION for astro/cfitsio shlib change 2021-01-26 14:00:17 +00:00
Alexey Dokuchaev
be14c67474 Update to version 0.14. 2021-01-25 18:17:46 +00:00
Alexey Dokuchaev
67aedc07ce Update to version 0.13. 2020-09-07 08:05:51 +00:00
Danilo Egea Gondolfo
f290a3c705 - Update astro/wcslib to 7.3 2020-07-16 08:04:26 +00:00
Alexey Dokuchaev
ce8c2d1fda - Update Gnuastro to the latest version 0.12
- Do not build with -O3 by default (respect CFLAGS)
- Pull the fix for bogus timezone calculation
  (see https://savannah.gnu.org/bugs/?58455)
2020-05-29 12:45:06 +00:00
Alexey Dokuchaev
bee90f2d83 - Update Gnuastro to version 0.11
- Drop no longer needed `post-patch' target
2019-11-26 14:48:51 +00:00
Tobias C. Berner
4e896a50f8 math/gsl: update to 2.6
- math/p5-Math-GSL does not seem to have any upstream activity to make it work with this version -> mark it broken
  - this also breaks the two consumers of this port

- biology/gemma: has a conflict with cblas, and is makred broken.

PR:		241363
Exp-run by:	antoine
2019-10-25 23:41:34 +00:00
Danilo Egea Gondolfo
eee499721d - Update astro/wcslib to 6.4 2019-09-15 10:51:13 +00:00
Alexey Dokuchaev
d3668be3bf - Update Gnuastro to version 0.10 (switch to the .tar.lz distfile)
- Stop patching `lib/gnuastro/table.h' for missing #include <time.h>
  which was not needed since version 0.9 (r501098); remove patches
  that were integrated upstream
2019-08-04 11:55:18 +00:00
Sunpoet Po-Chuan Hsieh
5edb3f8484 Update to 3.47
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2019-07-27 11:53:22 +00:00
Gerald Pfeifer
ea8c8ec7da 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
2019-07-26 20:46:53 +00:00
Alexey Dokuchaev
b50e202542 - Update Gnuastro to version 0.9
- Debashize and degawkize one script

Reported by:	portscout
2019-05-09 14:19:58 +00:00
Alexey Dokuchaev
1f7a89fb46 The GNU Astronomy Utilities (Gnuastro) is an official GNU software package
consisting of various programs and library functions for the manipulation
and analysis of astronomical data.

WWW: http://www.gnu.org/software/gnuastro/
2019-04-01 15:13:05 +00:00