Skip to content

Commit

Permalink
Update Orion doxygen path
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jul 23, 2024
1 parent 65a7ab7 commit 4f3caeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/doxygen/compile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ machine=$(echo $machine | tr '[a-z]' '[A-Z]')
if [ $machine = "HERA" ]; then
doxygen=/usr/bin/doxygen
elif [ $machine = "ORION" ]; then
doxygen=/bin/doxygen
doxygen=/apps/spack-managed/gcc-11.3.1/doxygen-1.9.8-nqup7utyzhdcv4aqib3q7osy6f6uhenu/bin/doxygen
elif [ $machine = "JET" ]; then
doxygen=/contrib/doxygen/1.8.10/bin/doxygen
else
Expand Down

0 comments on commit 4f3caeb

Please sign in to comment.