Skip to content

Commit

Permalink
Sl star 6603 (#4)
Browse files Browse the repository at this point in the history
* Updating CTP and DicomAnonymizer submodules to use forks

* Added new commits from the CTP and DicomAnonymizerTool submodules

* One more try

* Deleting build artifacts

* Cleaned up tools repo

* Cleaned up tools repo

* Resolving conflicts

---------

Co-authored-by: smitalimaye <[email protected]>
  • Loading branch information
smitalimaye and smitalimaye authored Feb 17, 2023
1 parent 2c51840 commit eaffcd9
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,9 @@ local.*

# Emacs backup files
*~
DAT/CTP.jar
DAT/DAT.jar
DAT/dcm4che.jar
DAT/log4j.jar
DAT/pixelmed_codec.jar
DAT/util.jar
Binary file removed DAT/slf4j-api-1.7.9.jar
Binary file not shown.
Binary file removed DAT/slf4j-simple-1.7.9.jar
Binary file not shown.
28 changes: 28 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
TARGET = install
VERSION = 1.0.0

.PHONY: clean

all: clean install docker

docker:
docker build -f Dockerfile --pull -t starr-radio:$(VERSION) .

install:
git submodule update --init --recursive
git submodule update --remote --merge
cd CTP
git fetch
cd ..
cd DicomAnonymizerTool
git fetch
cd ..
$(MAKE) -C CTP
ant

check:
$(MAKE) -C tests check

all: clean install


2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<property name="build" value="${toolbasedir}/build"/>
<property name="products" value="DAT"/>
<property name="libraries" value="${toolbasedir}/libraries"/>
<property name="libraries" value="${toolbasedir}/libraries/libraries"/>
<property name="documentation" value="${toolbasedir}/documentation"/>

<property name="toolsource" value="${toolbasedir}/source"/>
Expand Down

0 comments on commit eaffcd9

Please sign in to comment.