Skip to content
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

Open
SiggyF opened this issue Oct 30, 2016 · 10 comments
Open

Get access to nefis library without Delft3D #3

SiggyF opened this issue Oct 30, 2016 · 10 comments

Comments

@SiggyF
Copy link
Contributor

SiggyF commented Oct 30, 2016

  • Nefis version: 3.0.0
  • Python version: 4.3
  • Operating System: OSX/linux

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)

@SiggyF
Copy link
Contributor Author

SiggyF commented Jun 3, 2017

Is there any progress on this issue?

@yahiakala
Copy link

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?

@louisXW
Copy link

louisXW commented Jan 4, 2019

Has this issue been resolved? is the any progress?

@yahiakala
Copy link

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.

@louisXW
Copy link

louisXW commented Jan 7, 2019

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!!

@yahiakala
Copy link

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.

nefis.zip

Let us know how it goes.

@louisXW
Copy link

louisXW commented Jan 15, 2019

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.

nefis.zip

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.

@yahiakala
Copy link

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.

@louisXW
Copy link

louisXW commented Jan 24, 2019

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?

@yahiakala
Copy link

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants