Skip to content

Commit

Permalink
update dependency python libs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrasmus committed Mar 6, 2014
1 parent deec30b commit 65248ab
Show file tree
Hide file tree
Showing 10 changed files with 2,156 additions and 3,397 deletions.
12 changes: 6 additions & 6 deletions Makefile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#


PY_SRC_PATH=../compbio/python
PY_SRC_PATH=../compbio

RASMUS_SRC_FILES = \
__init__.py \
Expand Down Expand Up @@ -33,9 +33,9 @@ COMPBIO_SRC_FILES = \
vis/__init__.py \
vis/argvis.py

# copy subset of python modules for packaging with arghmm
# copy subset of python modules for packaging with argweaver
includedep:
mkdir -p arghmm/deps
touch arghmm/deps/__init__.py
./setup/cp-deps.py $(PY_SRC_PATH)/rasmus arghmm/deps/rasmus $(RASMUS_SRC_FILES)
./setup/cp-deps.py $(PY_SRC_PATH)/compbio arghmm/deps/compbio $(COMPBIO_SRC_FILES)
mkdir -p argweaver/deps
touch argweaver/deps/__init__.py
./setup/cp-deps.py $(PY_SRC_PATH)/rasmus argweaver/deps/rasmus $(RASMUS_SRC_FILES)
./setup/cp-deps.py $(PY_SRC_PATH)/compbio argweaver/deps/compbio $(COMPBIO_SRC_FILES)
Loading

0 comments on commit 65248ab

Please sign in to comment.