diff options
author | Isaac Dunham <ibid.ag@gmail.com> | 2014-08-03 15:06:30 -0700 |
---|---|---|
committer | Isaac Dunham <ibid.ag@gmail.com> | 2014-08-03 15:06:30 -0700 |
commit | f7eb81a84676bce20fcf1df3462639d0bc1b28f0 (patch) | |
tree | f2877ffa4a7692967de30ca8a7acac1bdf38123b /CONTRIBUTORS.md | |
parent | edc329883c8620bddd83360818b41c6ca9132496 (diff) | |
download | openblas-f7eb81a84676bce20fcf1df3462639d0bc1b28f0.tar.gz openblas-f7eb81a84676bce20fcf1df3462639d0bc1b28f0.tar.bz2 openblas-f7eb81a84676bce20fcf1df3462639d0bc1b28f0.zip |
Fix link error on Linux/musl.
get_nprocs() is a GNU convenience function equivalent to POSIX2008
sysconf(_SC_NPROCESSORS_ONLN); the latter should be available in unistd.h
on any current *nix. (OS X supports this call since 10.5, and FreeBSD
currently supports it. But this commit does not change FreeBSD or OS X
versions.)
Diffstat (limited to 'CONTRIBUTORS.md')
-rw-r--r-- | CONTRIBUTORS.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 58748ea1c..18a218cec 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -114,5 +114,8 @@ In chronological order: * carlkl <https://github.com/carlkl> * [2013-12-13] Fixed LAPACKE building bug on Windows +* Isaac Dunham <https://github.com/idunham> + * [2014-08-03] Fixed link error on Linux/musl + * [Your name or handle] <[email or website]> * [Date] [Brief summary of your changes] |