steelewool / iraf-v216

IRAF v2.16 / PCIX release
Other
0 stars 0 forks source link

Clean up references to libcurl #10

Closed zcsteele closed 7 years ago

zcsteele commented 7 years ago

There are multiple copies & links for the Curl libraries (the repository contains the source from curl-7.20.1):

include/curl            --> vendor/voclient/common/curl/include/curl
vendor/voclient/common/curl --> vendor/voclient/common/curl-7.20.1
                (contains include/curl with header files)
vendor/voclient/include/curl    (contains duplicated

The code should be updated to reference the curl libraries & headers from a single point. Consider leveraging the OS in a similar fashion to cfitsio (pkg-config --cflags cfitsio).

RobSteele49 commented 7 years ago

Given the latest commit for Obe this is no longer an issue.