Commit graph

3041 commits

Author SHA1 Message Date
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
Piotr Kubaj
5240cba243 biology/fasttree: fix build on armv7
Same issue as with powerpc.
2021-06-15 08:41:19 +00:00
Jason W. Bacon
5a2a6eb329 biology/peak-classifier: Classify peaks based on GFF features
Classify ChIP/ATAC-Seq peaks based on features provided in a GFF

Peaks are provided in a BED file sorted by chromosome and position.
The GFF must be sorted by chromosome and position, with gene-level
features separated by ### tags and each gene organized into
subfeatures such as transcripts and exons.  This is the default for
common data sources.
2021-06-14 11:40:33 -05:00
Thierry Thomas
c2488a6020 math/lapack: +math/blas et al., upgrade to 3.9.1
- Upgrade math/blas, math/cblas, math/lapack, math/lapacke and math/xlapack
  to 3.9.1;
  Latest release notes at <http://www.netlib.org/lapack/lapack-3.9.1.html>

- Chase this upgrade in biology/treekin;

- Add a test target;

- Remove a conflict with math/openblas (PR 244296);

- Fix the build with Gcc10 (PR 247485).

PR:		247542
Approved by:	expr-run by antoine@
2021-06-13 19:48:12 +02:00
Jason W. Bacon
46f77e921f biology/vcf2hap: Remove comment used to silence portlint 2021-06-11 10:40:11 -05:00
Jason W. Bacon
c906bf342e biology/ad2vcf: Remove comment used to silence portlint 2021-06-11 10:39:02 -05:00
Jason W. Bacon
45da218542 biology/biolibc: Remove comment used to silence portlint 2021-06-11 10:38:27 -05:00
Jason W. Bacon
f2ef77c8ce biology/vcf-split: Update to 0.1.2
Updates for new biolibc API

Changes:        https://github.com/auerlab/vcf-split/releases
2021-06-11 10:05:19 -05:00
Jason W. Bacon
2d3f4b8c54 biology/vcf2hap: Update to 0.1.3
Updates for new biolibc API

Changes:        https://github.com/auerlab/vcf2hap/releases
2021-06-11 10:05:19 -05:00
Jason W. Bacon
874cf7c259 biology/ad2vcf: Update to 0.1.3
Updates for new biolibc API

Changes:        https://github.com/auerlab/ad2vcf/releases
2021-06-11 10:05:18 -05:00
Jason W. Bacon
495634f580 biology/biolibc: Update to 0.1.3
Changes:        https://github.com/auerlab/biolibc/releases
2021-06-11 10:05:18 -05:00
Piotr Kubaj
0a618235c7 biology/fasttree: fix build on powerpc
LLVM on powerpc doesn't have libomp.
Same issue happens on armv6 and armv7 but someone has to test whether doing the same for those architectures is enough.
2021-06-10 12:25:31 +00:00
Piotr Kubaj
8aae744d04 biology/cd-hit: fix build on powerpc
LLVM on powerpc doesn't have libomp:
cdhit-common.c++:36:9: fatal error: 'omp.h' file not found
2021-06-10 00:35:36 +00:00
Joseph Mingrone
c33cf04fe5
biology/hyphy: Update to 2.5.31
https://github.com/veg/hyphy/releases/tag/2.5.31
2021-06-05 20:00:24 -03:00
Yuri Victorovich
8b8c1272ea biology/jalview: Broken on 11
Also fix number of lines in pkg-descr, and replace space with tab.

Reported by:	fallout
2021-06-05 11:53:07 -07:00
Yuri Victorovich
8541c28c07 biology/seqan3: Update 3.0.2-1195 -> 3.0.3
Reported by:	portscout
2021-05-29 22:38:08 -07:00
Jason W. Bacon
da0bb00a74 biology/minimap2: Update to 2.20
Add "extra" binaries to install

Changes:    https://github.com/lh3/minimap2/releases/tag/v2.20
2021-05-29 16:06:34 -05:00
Yuri Victorovich
5b018ca962 biology/taxonkit: New port: Practical and efficient NCBI taxonomy toolkit 2021-05-26 15:25:22 -07:00
Yuri Victorovich
be2fb2f290 biology/unikmer: New port: Toolkit for nucleic acid k-mer analysis, set operations on k-mers 2021-05-26 15:25:21 -07:00
Jason W. Bacon
4521502b9b biology/bowtie2: Update to 2.4.4
Fix deadlock issue in multithreaded execution

Reported by:    portscout
2021-05-24 11:35:43 -05:00
Yuri Victorovich
191694478f biology/py-resdk: Update 13.2.0 -> 13.3.0
Reported by:	portscout
2021-05-24 00:26:50 -07:00
Yuri Victorovich
635f49c9fd biology/seqkit: Update 0.16.0 -> 0.16.1
Reported by:	portscout
2021-05-19 23:02:26 -07:00
Danilo Egea Gondolfo
809338d451 biology/iolib: Drop maintainership 2021-05-19 20:56:24 +01:00
Alexey Dokuchaev
6464fe05fe - Update Unipro UGENE to version 38.1 and thus unbreak
- CONFIG defaults to 64-bit mode now, adjust the check
2021-05-18 15:24:55 +00:00
Jason W. Bacon
1effaacbaf biology/bowtie2: Update to 2.4.3
Drop tbb dependency (upstream switched to C++ threads)
Add support for powerpc64

Reported by:    portscout
Tested by:      pkubaj (powerpc64*)
2021-05-17 18:40:15 -05:00
Jason W. Bacon
43397d188c biology/ucsc-userapps: Update to v414
Update license message.  Confirmed via conversation with UCSC that some
proprietary code is used in the "free" tools build.  UCSC is working on it.
2021-05-15 10:23:08 -05:00
Yasuhiro Kimura
9671981826
*: Remove unnecessary 'port' argument from USES=readline
PR:		248459
Exp-run by:	antoine
2021-05-15 09:14:04 +02:00
Dmitry Marakasov
463cdea856 biology/cytoscape: mark unconditionally BROKEN
Approved by:	portmgr blanket
2021-05-12 14:55:52 +03:00
Dmitry Marakasov
4b5a5c6d9c biology/ugene: mark BROKEN (does not fetch)
Approved by:	portmgr blanket
2021-05-12 14:55:32 +03:00
Yuri Victorovich
4235be6602 biology/seqan3: Correct dependencies 2021-05-11 22:46:21 -07:00
Yuri Victorovich
caced2ad00 biology/seqan3: Add dependency math/lemon 2021-05-11 19:51:37 -07:00
Yuri Victorovich
37be696536 New port: biology/seqan3: C++ header-only library for biological sequence analysis 2021-05-11 18:21:38 -07:00
Po-Chuan Hsieh
f747a647a1
biology/libsbml: Rename LIBXML option to LIBXML2 2021-05-12 05:46:56 +08:00
Thierry Thomas
1d44af5898 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
2021-05-10 22:13:20 +02:00
Yuri Victorovich
4e8265c624 biology/mothur: Update 1.45.2 -> 1.45.3
Reported by:	portscout
2021-05-09 09:11:11 -07:00
Mathieu Arnold
3505159e72
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
2021-05-06 13:47:48 +02:00
Mathieu Arnold
adb93122cb
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.

Approved by:	rene
Differential Revision:	https://reviews.freebsd.org/D30010
2021-05-06 13:47:41 +02:00
Yuri Victorovich
4e9b2197ad biology/py-resdk: Update 13.1.0 -> 13.2.0
Reported by:	portscout
2021-05-05 12:56:26 -07:00
Jason W. Bacon
ba4a5525a2 biology/py-cutadapt: Update strict py-dnaio dep version 2021-05-04 08:20:39 -05:00
Jason W. Bacon
d2a830e3bd biology/py-dnaio: Update to 0.5.1
Add py.typed and distribute .pyi files
2021-05-04 08:19:25 -05:00
Tobias Kortkamp
6707a3c942
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2021-05-01 19:55:55 +02:00
Yuri Victorovich
ce04d9a5ee biology/py-orange3-bioinformatics: Update 3.2.2 -> 4.3.1
Reported by:	portscout
2021-04-27 01:56:19 -07:00
Jason W. Bacon
dd7bec7711 biology/ncbi-entrez-direct: Update to 14.9.20210423_1
A few fixes to pass upstream test script
2021-04-26 11:53:11 -05:00
Jan Beich
bc9e901a17 devel/libepoll-shim: update to 0.0.20210418
Changes:	https://github.com/jiixyj/epoll-shim/compare/v0.0.20210322...v0.0.20210418
Reported by:	portscout
Approved by:	manu
Differential Revision:	https://reviews.freebsd.org/D29822
2021-04-26 14:17:32 +00:00
Yuri Victorovich
af49fbec4f biology/jalview: Update 2.07 -> 2.11.1.4
Take maintainership.
2021-04-25 16:00:36 -07:00
Antoine Brodin
28164db7c5 Hook biology/ucsc-userapps to the build 2021-04-25 17:47:23 +00:00
Jason W. Bacon
6b63ef7436 biology/ucsc-userapps: Command line tools from the UCSC Genome Browser project
These are the command-line bioinformatics utilities associated with the UCSC
genome browser.  Care has been taken to install only the freely available
tools.  However, the license information at https://genome.ucsc.edu/license/
is not entirely clear and we may add non-free utilities in the future.

Contact UCSC if you are using this port for commercial purposes.
2021-04-25 12:18:38 -05:00
Jason W. Bacon
ab50f8435a biology/ncbi-entrez-direct: Access to the NCBI's interconnected databases
Entrez Direct (EDirect) provides access to the NCBI's suite of interconnected
databases (publication, sequence, structure, gene, variation, expression, etc.)
from a UNIX terminal window.
2021-04-24 18:40:16 -05:00
Yuri Victorovich
874e67eb5c biology/viennarna: Update 2.4.17 -> 2.4.18 2021-04-23 18:57:38 -07:00
Yuri Victorovich
0ccc5f2584 biology/py-pyfaid: Update 0.5.9.2 -> 0.5.9.5 2021-04-23 14:57:50 -07:00