Skip to content

Commit

Permalink
fix tar command for new file name
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Jun 30, 2024
1 parent ac06381 commit fa94ee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions daspk31/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ $(DLIB): $(DOBJ)
%.o: %.f
$(F77) $(CFLAGS) $(FFLAGS) -c $< -o $@

solver/%.f: | daspk31.tgz
tar zxvf daspk31.tgz -C ../
solver/%.f: | daspk31.tar
tar zxvf daspk31.tar -C ../

daspk31.tgz:
daspk31.tar:
./download_daspk31.sh

clean:
Expand Down
1 change: 0 additions & 1 deletion daspk31/download_daspk31.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
echo 'Downloading and unpacking DASPK 3.1 fortran source files...'
wget https://cse.cs.ucsb.edu/sites/cse.cs.ucsb.edu/files/assets/daspk31.tar

0 comments on commit fa94ee9

Please sign in to comment.