Files
termux-packages/packages/libxdrfile/build.sh
termux-pacman-bot 1df49f81f1 chore(main/lib*): Rebuild attempt 2
- 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.
2025-09-11 17:35:36 +00:00

18 lines
622 B
Bash

TERMUX_PKG_HOMEPAGE="https://userguide.mdanalysis.org/stable/formats/reference/xtc.html"
TERMUX_PKG_DESCRIPTION="Library for reading and writing xtc, edr and trr files"
TERMUX_PKG_GROUPS="science"
TERMUX_PKG_LICENSE="BSD 2-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.1.4"
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL="ftp://ftp.gromacs.org/pub/contrib/xdrfile-$TERMUX_PKG_VERSION.tar.gz"
TERMUX_PKG_SHA256=e3c587c5ff24441a092fe2f3bc1dc03667bf126558f437161e779bfbcce48022
# enable fortran when we have gfortran
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--with-pic
--enable-shared
--disable-static
--disable-fortran
"