notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
gkl Accelerated kernel library for genomics
0.8.11.9 biology on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.8.11.9Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-08-04 20:12:05
Last Update: 2024-12-31 08:57:55
Commit Hash: 0835676
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: devel
License: MIT
WWW:
https://github.com/Intel-HLS/GKL
Description:
GKL is a set of optimized versions of compute kernels used in genomics applications like GATK and HTSJDK. Kernels included: * PairHMM AVX and AVX-512 optimized versions of PairHMM used in GATK HaplotypeCaller and MuTect2. OpenMP support for multicore processors. * Smith-Waterman AVX2 and AVX-512 optimized versions of Smith-Waterman used in GATK HaplotypeCaller and MuTect2. * DEFLATE Compression/Decompression: Performance optimized Level 1 and 2 compression and decompression from Intel's ISA-L library. Performance optimized Level 3 through 9 compression from Intel's Open Source Technology Center zlib library. * Partially Determined HMM (PDHMM) AVX2 and AVX-512 optimized versions of PDHMM used in GATK. Serial Implementation for CPU's with no AVX.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (13 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/gkl-0.8.11.9/catalog.mk
  3. /usr/local/share/licenses/gkl-0.8.11.9/LICENSE
  4. /usr/local/share/licenses/gkl-0.8.11.9/MIT
  5. lib/libgkl_compression.so
  6. lib/libgkl_pairhmm.so
  7. lib/libgkl_pairhmm_omp.so
  8. lib/libgkl_pdhmm.so
  9. lib/libgkl_smithwaterman.so
  10. lib/libgkl_utils.so
  11. @owner
  12. @group
  13. @mode
Collapse this list.
Dependency lines:
  • gkl>0:biology/gkl
To install the port:
cd /usr/ports/biology/gkl/ && make install clean
To add the package, run one of these commands:
  • pkg install biology/gkl
  • pkg install gkl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: gkl
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1722788727 SHA256 (Intel-HLS-GKL-0.8.11-9-g25670d8_GH0.tar.gz) = 743d1eb48c2629454a6dcb98d9adca3aaedfe9c658e6f89e890b03b6e029df61 SIZE (Intel-HLS-GKL-0.8.11-9-g25670d8_GH0.tar.gz) = 5310668

Packages (timestamps in pop-ups are UTC):
gkl
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.8.11.9------
FreeBSD:13:quarterly-0.8.11.9------
FreeBSD:14:latest-0.8.11.9------
FreeBSD:14:quarterly-0.8.11.9------
FreeBSD:15:latest-0.8.11.9n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake : devel/gmake
  2. cmake : devel/cmake-core
  3. java : java/openjdk8
Runtime dependencies:
  1. java : java/openjdk8
Library dependencies:
  1. libisal.so : devel/isa-l
This port is required by:
for Run
  1. biology/gatk

Configuration Options:
No options to configure
Options name:
biology_gkl
USES:
cmake:noninja java localbase:ldflags
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/Intel-HLS/GKL/tar.gz/0.8.11-9-g25670d8?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.8.11.9
31 Dec 2024 08:57:55
commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**java.mk: Convert bsd.java.mk to USES

The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
  USES=java:build,run if NO_BUILD is undefined. Else it defaults to
  USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
  USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
  extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
  build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
  build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>

Approved by: mat (portmgr), glewis
Differential Revision:  https://reviews.freebsd.org/D48201
0.8.11.9
04 Aug 2024 20:09:41
commit hash: 73bbe7b7f0814a152a169c859ed208cee8a13152commit hash: 73bbe7b7f0814a152a169c859ed208cee8a13152commit hash: 73bbe7b7f0814a152a169c859ed208cee8a13152commit hash: 73bbe7b7f0814a152a169c859ed208cee8a13152 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
biology/gkl: New port: Accelerated kernel library for genomics

Number of commits found: 2