Skip to content

Commit

Permalink
Merge pull request #5 from micwoj92/master
Browse files Browse the repository at this point in the history
Add support for HDF4 from AUR
  • Loading branch information
mohawk2 committed Jan 27, 2023
2 parents b215c7b + 7f3423d commit 62d2491
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common.pl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
'/usr/lib',
'/usr/lib/hdf',
'/opt/lib',
'/opt/hdf4/lib',
split(/ /, $Config{libpth}),
);
my @HDF_inc_locations = (
Expand All @@ -26,6 +27,7 @@
'/usr/include',
'/usr/include/hdf',
'/opt/include',
'/opt/hdf4/include',
$Config{usrinc},
);

Expand Down

0 comments on commit 62d2491

Please sign in to comment.