3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.netcdf4: add pythonImportsCheckHook

This commit is contained in:
Mario Rodas 2022-11-30 04:20:00 +00:00
parent 6c87f5170b
commit 9adb1b1286

View file

@ -44,11 +44,13 @@ buildPythonPackage rec {
'';
# Variables used to configure the build process
USE_NCCONFIG="0";
USE_NCCONFIG = "0";
HDF5_DIR = lib.getDev hdf5;
NETCDF4_DIR=netcdf;
CURL_DIR=curl.dev;
JPEG_DIR=libjpeg.dev;
NETCDF4_DIR = netcdf;
CURL_DIR = curl.dev;
JPEG_DIR = libjpeg.dev;
pythonImportsCheckHook = [ "netcdf4" ];
meta = with lib; {
description = "Interface to netCDF library (versions 3 and 4)";