Browse Source

Merge branch 'master' into develop

tags/v0.1.0^2
Xianyi Zhang 13 years ago
parent
commit
b4ec36debc
2 changed files with 6 additions and 0 deletions
  1. +2
    -0
      Changelog.txt
  2. +4
    -0
      common.h

+ 2
- 0
Changelog.txt View File

@@ -3,6 +3,8 @@ OpenBLAS ChangeLog
Version 0.1 alpha2.5
19-Feb-2012
common:
* Fixed missing "#include <sched.h>" bug on Mac OS X.
Thank Mike Nolta for the patch.
* Upgraded LAPACK to 3.4.0 version
* Fixed a bug on Mac OS X. Don't require SystemStubs on OS X.
SystemStubs does not exist on Lion. Thank Stefan Karpinski.


+ 4
- 0
common.h View File

@@ -89,6 +89,10 @@ extern "C" {
#include <sched.h>
#endif

#ifdef OS_DARWIN
#include <sched.h>
#endif

#ifdef OS_WINDOWS
#ifdef ATOM
#define GOTO_ATOM ATOM


Loading…
Cancel
Save