Skip to content

Commit

Permalink
travis mac-os: only do llvm for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Winkel committed Dec 2, 2017
1 parent 277a7e9 commit 2875179
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,15 @@ matrix:
# compiler: gcc

# Try MacOS X
- os: osx
osx_image: xcode8.3
env:
- LDFLAGS='-L/Users/travis/miniconda/lib -Wl,-rpath,/Users/travis/miniconda/lib'
- CPPFLAGS='-I/Users/travis/miniconda/include'
- DYLD_LIBRARY_PATH='-I/Users/travis/miniconda/lib'
- COMPILER='conda'
# compiler: gcc
# produces: clang: error: unsupported option '-fopenmp'
# - os: osx
# osx_image: xcode8.3
# env:
# - LDFLAGS='-L/Users/travis/miniconda/lib -Wl,-rpath,/Users/travis/miniconda/lib'
# - CPPFLAGS='-I/Users/travis/miniconda/include'
# - DYLD_LIBRARY_PATH='-I/Users/travis/miniconda/lib'
# - COMPILER='conda'
# # compiler: gcc

# Try MacOS X
# produces ImportError: dlopen(/private/.../pycraf/pathprof/cyprop.cpython-36m-darwin.so, 2): Symbol not found: _GOMP_parallel
Expand Down

0 comments on commit 2875179

Please sign in to comment.