-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get access to nefis library without Delft3D #3
Comments
Is there any progress on this issue? |
I have a similar issue. I am trying to use this on Windows but don't want to build Delft3D again. Can we get access to the .dll? |
Has this issue been resolved? is the any progress? |
I guess the only option right now is to build Delft3D yourself, unfortunately. From there you can take the nefis.dll or .so depending on whether you use Windows or Linux. It is not very easy and there are many threads on their site about compilation issues. |
Hi, Have you build the Delft3D already? is it possible share the nefis.dll files. I want to use it on Windows. Thanks!! |
I have attached one that I had lying around but I'm not sure if it works. Alternatively, there's a windows compilation webinar here. Let us know how it goes. |
Hi Thanks for sharing the file. Unfortunately it did not work neither. When I try to install the module the python is trying to build the nefis extension and there is error "the file expected is missing". I noticed that inside the setup.py file there is also a requirement about the library file. Could you please also share the nefis.pdb and nefis.lib files. I thought these files are also necessary to build the "nefis"extension for python. Also the nefis.c file might also be helpful. |
Hi louisXW, I have the same issues when trying to build the package. I think it is a compiler or Cython issue. I don't know enough about C or Cython to troubleshoot this. Someone from Deltares will have to comment. |
Hi, Do you have the source file and the head file? |
Hi, you can get the source code for Nefis here if you sign up with a free account with Deltares: https://svn.oss.deltares.nl/repos/delft3d/trunk/src/utils_lgpl/nefis/ |
Description
I want to test the nefis library on travis.
What I Did
Create travis.yml. Realized there is no way to download nefis for this platform without building the full delft3d suite, based on #1 .
What I Expected
A pre-build nefis library available for the most common testing platforms (OSX, Linux)
The text was updated successfully, but these errors were encountered: