mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 20:30:53 +00:00
- Rewrite of - termux#26199 - termux#26202 - termux#26203 - termux#26208 - to attempt to temporarily work around - termux#26227 - https://github.com/termux/termux-app/issues/4752 - termux#26227 should remain open until a permanent solution to it is found. This is to temporarily fix the inconsistent state of the repo that has occurred as an intermittent result.
16 lines
616 B
Bash
16 lines
616 B
Bash
TERMUX_PKG_HOMEPAGE="https://github.com/dftlibs/xcfun"
|
|
TERMUX_PKG_DESCRIPTION="A library of exchange-correlation functionals with arbitrary-order derivatives"
|
|
TERMUX_PKG_GROUPS="science"
|
|
TERMUX_PKG_LICENSE="MPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="2.1.1"
|
|
TERMUX_PKG_REVISION=2
|
|
TERMUX_PKG_SRCURL="https://github.com/dftlibs/xcfun/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz"
|
|
TERMUX_PKG_SHA256=8b602df74c7be83d501532565deafd1b7881946d94789122f24c309a669298ab
|
|
TERMUX_PKG_DEPENDS="libc++"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
-DBUILD_SHARED_LIBS=ON
|
|
-DXCFUN_PYTHON_INTERFACE=OFF
|
|
-DENABLE_TESTALL=OFF
|
|
"
|