Skip to content

Commit

Permalink
[GHA] build-asy: need eigen instead of eigen3
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@70372 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
norbusan committed Mar 3, 2024
1 parent d1e7163 commit fb1d0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-asy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb1d0a6

Please sign in to comment.