Skip to content

Commit

Permalink
Add bioconda patch
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Sep 13, 2023
1 parent aa14e1f commit 64ec926
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
EXTRA_DIST=debian/* tests/*.h tests/data/*
EXTRA_DIST=debian/* tests/*.h tests/data/* gubbins/* setup.py scripts/*
SUBDIRS=src release python
ACLOCAL_AMFLAGS=-I m4
CFLAGS := -std=gnu99
# include "check-code-coverage" rule
include $(top_srcdir)/aminclude_static.am

all-local:
- ${PYTHON} setup.py build

install-exec-local:
- ${PYTHON} setup.py install

uninstall-local:
rm -rf $(pythondir)/*gubbins*

source: dist
cd release && make source

Expand Down

0 comments on commit 64ec926

Please sign in to comment.