netCDF 4.9.2 with ENABLE_S3 #3079
psharma-gdal
started this conversation in
General
Replies: 1 comment 1 reply
-
The implest thing to do is try the internal s3 sdk first. You do this by using the option |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to build netCDF with tag 4.9.2 using CMAKE . I wanted to enable the flag ENABLE_S3 but as soon i use i get below errors
Now i have got AWS CPP SDK built from source separately and i was hoping to use its include, lib and bin folders. But above error message seems like asking me to use its source?
I have below questions
a) What should i do to enable the S3 flag and use the pre-built AWS CPP SDK artifacts?
b) If (a) isn't possible then what should i do to build netCDF with S3 enabled? I want to use CMAKE based solution.
c) If the above flags have changed in recent versions, then also please share your views to build netCDF with S3 enabled.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions