Skip to content

Commit 920bdaf

Browse files
committed
merge .travis.yml
1 parent c561534 commit 920bdaf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
extension_module = Extension(
44
'pymanylinuxdemo.extension',
55
sources=['pymanylinuxdemo/extension.c'],
6-
library_dirs=['/usr/lib64/atlas/'],
6+
library_dirs=['/usr/lib64/atlas/', '/usr/lib/atlas'],
7+
include_dirs=['/usr/include'],
78
libraries=['cblas']
89
)
910

travis/build-wheels.sh

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
PYTHON_VERSIONS="2.7 3.4 3.5"
23

34
# Install a system package required by our library

0 commit comments

Comments
 (0)