- Timestamp:
- Nov 28, 2016, 4:33:48 PM (8 years ago)
- Branches:
- sampler
- Children:
- fee4570
- Parents:
- 5a7c000
- git-author:
- Paul Brossier <piem@piem.org> (10/03/16 16:48:54)
- git-committer:
- Paul Brossier <piem@piem.org> (11/28/16 16:33:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Makefile ¶
r5a7c000 r8706a42 55 55 -rm -f dist/*.egg 56 56 -pip install -v -r requirements.txt 57 CFLAGS=-Os python setup.py b dist_egg57 CFLAGS=-Os python setup.py build_ext $(ENABLE_DOUBLE) bdist_egg 58 58 [ "$(TRAVIS_OS_NAME)" == "osx" ] && easy_install --user dist/*.egg || \ 59 59 easy_install dist/*.egg … … 67 67 -pip install -v -r requirements.txt 68 68 -pip install -v wheel 69 CFLAGS=-Os python setup.py b dist_wheel --universal69 CFLAGS=-Os python setup.py build_ext $(ENABLE_DOUBLE) bdist_wheel --universal 70 70 wheel install dist/*.whl 71 71 nose2 -N 4 … … 80 80 clean: 81 81 $(WAFCMD) clean 82 83 distclean: 84 $(WAFCMD) distclean 82 85 83 86 distcheck: checkwaf
Note: See TracChangeset
for help on using the changeset viewer.