Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fixed bad environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Sep 22, 2023
1 parent 4f5973c commit bca834e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ NETCDF_FORTRAN_HOME="/usr/local"
NETCDF_INCLUDE="/usr/local/include"
LD_LIBRARY_PATH="/usr/local/lib:/project/lib"
CPATH="/usr/local/include:/project/include"
netCDF-Fortran_DIR="${PREFIX}/lib64/cmake/netCDF"
netCDF-Fortran_DIR="/usr/local/lib64/cmake/netCDF"

[[tool.scikit-build.generate]]
path = "version.txt"
Expand Down

0 comments on commit bca834e

Please sign in to comment.