uataq / stilt

Stochastic Time-Inverted Lagrangian Transport model
https://uataq.github.io/stilt/
49 stars 17 forks source link

f951: error: unrecognized command-line option '-quiet' #98

Open xli3111 opened 8 months ago

xli3111 commented 8 months ago

When I type, Rscript -e "uataq::stilt_init('myproject')" I got this,

fatal: destination path 'myproject' already exists and is not an empty directory. Compiling footprint kernel aggregation subroutine... /opt/R/arm64/bin/gfortran -mtune=native -fno-optimize-sibling-calls -fPIC -Wall -g -O2 -c r/src/permute.f90 -o r/src/permute.o f951: error: unrecognized command-line option '-quiet' make: *** [r/src/permute.o] Error 1

How I can solve it?

jmineau commented 1 month ago

Sounds like there is already a directory called "myproject" which contains a stilt project. Either rename your new project or delete the old one.