Skip to content

Commit

Permalink
updated build recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-d committed Nov 26, 2024
1 parent 8e1825a commit c38c8a8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions visit.def
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ dnf -y group install "Development Tools"

# specific deps of Visit
dnf -y install xterm
# required since 3.4.1(?):
dnf -y install libxkbcommon-x11 xcb-util-*

cd /tmp

wget -nc https://github.com/visit-dav/visit/releases/download/v3.3.3/visit-install3_3_3
wget -nc https://github.com/visit-dav/visit/releases/download/v3.3.3/visit3_3_3.linux-x86_64-fedora31.tar.gz
wget -nc https://github.com/visit-dav/visit/releases/download/v3.4.1/visit-install3_4_1
wget -nc https://github.com/visit-dav/visit/releases/download/v3.4.1/visit3_4_1.linux-x86_64-fedora31.tar.gz

chmod +x ./visit-install3_3_3
chmod +x ./visit-install3_4_1

./visit-install3_3_3 -c none 3.3.3 linux-x86_64-fedora31 /usr/local/visit
./visit-install3_4_1 -c none 3.4.1 linux-x86_64-fedora31 /usr/local/visit

0 comments on commit c38c8a8

Please sign in to comment.