conda-forge / f2c-feedstock

A conda-smithy repository for f2c.
BSD 3-Clause "New" or "Revised" License
2 stars 8 forks source link

Attempt 64-bit fix #3

Closed ghost closed 6 years ago

ghost commented 6 years ago

Closes gh-2.

conda-forge-linter commented 6 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

ghost commented 6 years ago

@conda-forge-admin Please rerender

ghost commented 6 years ago

cc @giacomov

ghost commented 6 years ago

Update: this doesn't work.

giacomov commented 6 years ago

ok, sorry about that.

I am a bit surprised about your problem though, f2c has been around for a long time and it has been used on Windows a lot in the past... are you sure it doesn't have to do with your particular setup?

In any case, you might want to write to netlib_maintainers at netlib.org and ask for advice.

Good luck!

ghost commented 6 years ago

The problem is that some of the pointers have a different size on 64-bit. I could fix the problem but I have other priorities at this moment.

In any case, you might want to write to netlib_maintainers at netlib.org and ask for advice.

They publish 32-bit binaries, which are fine.

giacomov commented 6 years ago

ok. Then maybe you can compile at 32 bit on windows? Should be just a flag to add to the compilation in case you are on Windows

ghost commented 6 years ago

Yes, I can. However, the vs2015 runtime is architecture specific, so to package we need to compile 64-bit.