diff options
author | Norbert Preining <preining@logic.at> | 2024-03-03 15:09:32 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2024-03-03 15:09:32 +0000 |
commit | 7abf8cd62da64c4df0100904dd60affa3b715b71 (patch) | |
tree | 305ebebd68d2003f2aef16aca4b8dd7b2427f16c /Build/source | |
parent | d8d166032d66bab83e90b689d70d81ec3a6599ea (diff) |
[GHA] build-asy: need eigen instead of eigen3
git-svn-id: svn://tug.org/texlive/trunk@70372 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-x | Build/source/.github/scripts/build-asy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/.github/scripts/build-asy.sh b/Build/source/.github/scripts/build-asy.sh index 5941047592e..377bfcbe61f 100755 --- a/Build/source/.github/scripts/build-asy.sh +++ b/Build/source/.github/scripts/build-asy.sh @@ -34,7 +34,7 @@ then apt-get install -y --no-install-recommends build-essential pkg-config libeigen3-dev libcurl4-openssl-dev libreadline-dev libboost-filesystem-dev flex libglu1-mesa-dev freeglut3-dev libosmesa6-dev libreadline6-dev zlib1g-dev bison libglm-dev libncurses-dev python3 ;; freebsd) - env ASSUME_ALWAYS_YES=YES pkg install -y gmake gcc pkgconf libX11 libXt libXaw fontconfig perl5 eigen3 readline flex libGLU freeglut libosmesa zlib-ng bison glm ncurses python python3 + env ASSUME_ALWAYS_YES=YES pkg install -y gmake gcc pkgconf libX11 libXt libXaw fontconfig perl5 eigen readline flex libGLU freeglut libosmesa zlib-ng bison glm ncurses python python3 ;; *) echo "Unsupported build system: $buildsys" >&2 |