Page 1 of 1

Auxdata_all for 4.13 on Mac

Posted: Wed Jul 01, 2020 5:42 pm
by GHesketh4
Hello,
I have installed the polymer tar.gz and run the install-anaconda-deps.sh command successfully. However, the next step is to make auxdata_all, and I don't see that in the directory? I get this error when I try to run it from the polymer-v4.13 folder:

(OSI) Gabes-MacBook-Pro:polymer-v4.13 gabe$ make auxdata_all
make: wget: No such file or directory
make: *** [auxdata/generic/LUT.hdf] Error 1

It still makes a blank auxdata directory with common and generic subfolders, but stops after that.

Some previous posts have referenced downloading it from somewhere on the website, if that is the case where could I find it?

Thanks so much!
Sincerely,
-Gabe

Re: Auxdata_all for 4.13 on Mac

Posted: Wed Jul 01, 2020 7:26 pm
by fsteinmetz
Hello Gabe,

The command "make auxdata_all" triggers some commands defined in the file called "Makefile", to actually download some required files.
This download uses the command "wget" which is standard on linux systems. Although I have never tried to make this work on Mac environments, I guess you can install wget using either brew, or conda (see here). Then you should be able to run "make auxdata_all".
Cheers,
François

Re: Auxdata_all for 4.13 on Mac

Posted: Wed Nov 16, 2022 11:05 am
by juliana.tavora
Hello François

I am recently trying to install POLYMER on my mac OS and ran into the same problem as Gabe.
I have already tried installing wget like you suggested but no success..


(polymer) julianatavora@julianas-mbp polymer-v4.14 % make auxdata_all

make: wget: No such file or directory
make: *** [auxdata/generic/LUT.hdf] Error 1

and I also get a blank auxdata directory with common and generic subfolders.

can you help?

Thanks a ton
Juliana

Re: Auxdata_all for 4.13 on Mac

Posted: Mon Jan 23, 2023 10:33 am
by fsteinmetz
Sorry to come late on this issue, but I am not familiar with macos environments. I didn't understand if your issue is that you couldn't install wget, or did it still fail after doing so ?