diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-01-12 10:41:34 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-01-12 10:41:34 -0700 |
commit | 2df298d9ac469ec60a29373ea60cd17e0c4fd970 (patch) | |
tree | 5c720592efbf4ddd0df9ff8252d5c42a69aad1b9 | |
parent | 11929309a0c4afd6bd94705379ba90c23fc112fa (diff) | |
parent | 52ee0f2ac972522e538d9d66471bf473f00e3ee0 (diff) | |
download | numpy-2df298d9ac469ec60a29373ea60cd17e0c4fd970.tar.gz |
Merge pull request #6975 from charris/add-cacosh-to-glibc-blacklist
BUG: Add more complex trig functions to glibc < 2.16 blacklist.
-rw-r--r-- | numpy/core/src/private/npy_config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/numpy/core/src/private/npy_config.h b/numpy/core/src/private/npy_config.h index fa20eb4f3..eb9c1e19d 100644 --- a/numpy/core/src/private/npy_config.h +++ b/numpy/core/src/private/npy_config.h @@ -93,6 +93,12 @@ #undef HAVE_CATANH #undef HAVE_CATANHF #undef HAVE_CATANHL +#undef HAVE_CACOS +#undef HAVE_CACOSF +#undef HAVE_CACOSL +#undef HAVE_CACOSH +#undef HAVE_CACOSHF +#undef HAVE_CACOSHL #endif #undef TRIG_OK |