Try OSX
This commit is contained in:
parent
094cd2c2dd
commit
c12b9ec796
|
@ -1,12 +1,7 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
addons:
|
os: osx
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- build-essential
|
|
||||||
- libcap-dev
|
|
||||||
- libssl-dev
|
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
CFLAGS += -std=gnu99 -Wall -Wextra -pedantic -O3 -fPIC
|
CFLAGS += -std=gnu99 -Wall -Wextra -pedantic -O3 -fPIC -v
|
||||||
LDFLAGS += -shared -Wl,-version-script=main.map
|
LDFLAGS += -shared -Wl,-version-script=main.map -v
|
||||||
|
|
||||||
libfastsolver.so: main.map common.o pthread.o
|
libfastsolver.so: main.map common.o pthread.o
|
||||||
$(CC) $(LDFLAGS) -o $@ common.o pthread.o -lpthread -lcrypto
|
$(CC) $(LDFLAGS) -o $@ common.o pthread.o -lpthread -lcrypto
|
||||||
|
|
Reference in New Issue
Block a user