ecmwf-ifs / ectrans

Global spherical harmonics transforms library underpinning the IFS
Apache License 2.0
15 stars 30 forks source link

Copy original files instead of symbolic link. #69

Closed DJDavies2 closed 4 months ago

DJDavies2 commented 4 months ago

Addresses https://github.com/ecmwf-ifs/ectrans/issues/68. Instead of copying the symbolic links it copies the original files that the links point to in the repository. This results in real files in the install directory.

wdeconinck commented 4 months ago

Did you test if this solves https://github.com/ecmwf/atlas/issues/177 as well?

DJDavies2 commented 4 months ago

Did you test if this solves ecmwf/atlas#177 as well?

Yes, it solves the atlas issue.