aboutsummaryrefslogtreecommitdiff
path: root/biology/py-scikit-bio
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* biology/py-scikit-bio: fix build on powerpc64Piotr Kubaj2021-03-091-1/+1
| | | | | | | | | | | | | GCC is also necessary on powerpc64: In file included from skbio/alignment/_ssw_wrapper.c:626: In file included from skbio/alignment/_lib/ssw.h:17: In file included from /usr/lib/clang/11.0.1/include/emmintrin.h:13: In file included from /usr/lib/clang/11.0.1/include/xmmintrin.h:13: /usr/lib/clang/11.0.1/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size return (__m64)__builtin_ia32_vec_init_v2si(__i, 0); Notes: svn path=/head/; revision=567918
* biology/py-scikit-bio: fix build on powerpc64lePiotr Kubaj2021-03-091-2/+5
| | | | | | | | | | | | | Use GCC: In file included from skbio/alignment/_ssw_wrapper.c:626: In file included from skbio/alignment/_lib/ssw.h:17: In file included from /usr/lib/clang/11.0.1/include/emmintrin.h:13: In file included from /usr/lib/clang/11.0.1/include/xmmintrin.h:13: /usr/lib/clang/11.0.1/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size return (__m64)__builtin_ia32_vec_init_v2si(__i, 0); Notes: svn path=/head/; revision=567882
* Add education virtual categoryAdam Weinberger2020-11-201-1/+1
| | | | | | | | PR: 248402 Submitted by: PauAmma Notes: svn path=/head/; revision=555738
* biology/py-scikit-bio: Fix build on the i386 architectureYuri Victorovich2020-09-241-1/+8
| | | | | | | | Reported by: fallout MFH: 2020Q3 Notes: svn path=/head/; revision=549974
* devel/ipython: Update to 7.17.0Danilo G. Baio2020-08-151-1/+1
| | | | | | | | | | | | IPython 7.17+ supports Python 3.7 and above, following NEP 29. Update consumers to use Python >= 3.7 (avoid break bulk -a). Changelog: https://ipython.readthedocs.io/en/latest/whatsnew/version7.html?highlight=7.17#ipython-7-17 Approved by: dbaio (python, maintainer) Notes: svn path=/head/; revision=544938
* biology/py-scikit-bio: Fix licenseYuri Victorovich2020-05-161-1/+1
| | | | Notes: svn path=/head/; revision=535346
* biology/py-scikit-bio: Remove bogus linesYuri Victorovich2020-05-161-5/+0
| | | | Notes: svn path=/head/; revision=535345
* New port: biology/py-scikit-bio: Data structures, algorithms, educational ↵Yuri Victorovich2020-05-163-0/+43
resources for bioinformatics Notes: svn path=/head/; revision=535344