GithubHelp home page GithubHelp logo

Comments (14)

simonbyrne avatar simonbyrne commented on July 19, 2024 1

I think you can also email support, and they can switch it to a normal repository.

from specialfunctions.jl.

tkelman avatar tkelman commented on July 19, 2024

This Fortran code is from openspecfun. The point of this would be to finish cleaning this up, add tests, docs, etc to the pure Julia code then verify that it's close enough in performance to the Fortran in openspecfun that we could remove openspecfun as a build dependency of Julia.

I don't think Faddeeva is all that widely used or important, but if it is we could translate some of it to Julia or use BinDeps only for Faddeeva.

from specialfunctions.jl.

ararslan avatar ararslan commented on July 19, 2024

Okay, that makes sense. Thanks for the explanation!

from specialfunctions.jl.

ararslan avatar ararslan commented on July 19, 2024

@tkelman Hm, but if SpecialFunctions is being separated out from Base, why couldn't openspecfun be a build dependency for this package once it's removed from Base? I guess I'm failing to see why porting it to Julia is necessary.

from specialfunctions.jl.

tkelman avatar tkelman commented on July 19, 2024

Fortran dependencies are kind of a pain, and since most of the porting has already been done and performance was reported to be good, removing the trouble of binaries (and I disagree with "well maintained," nobody touches that fortran code) in favor of a pure-Julia replacement is worth the small amount of cleanup that would be needed to finish up here. It's not urgent, but openspecfun doesn't really need to exist long-term. This would be replacing the largest and most inconvenient part of it, the Fortran code.

from specialfunctions.jl.

ararslan avatar ararslan commented on July 19, 2024

Out of curiosity, what makes Fortran dependencies a pain? Does gfortran do name mangling or something?

from specialfunctions.jl.

tkelman avatar tkelman commented on July 19, 2024

gfortran's name mangling is relatively simple to predict, but it forces you to link to gcc runtimes which isn't the platform compiler anywhere other than Linux (and not even every distribution any more), gfortran isn't installed everywhere and it's GPL licensed, Intel's Fortran compiler is better but not free and not always compatible, etc. And all the annoying distribution headaches you inherit with C libraries, just worse.

from specialfunctions.jl.

ararslan avatar ararslan commented on July 19, 2024

Port to Julia it is, then!

from specialfunctions.jl.

ararslan avatar ararslan commented on July 19, 2024

@tkelman Should we have GitHub separate this as its own repo rather than keep it as a fork of nolta's? If nothing else it'd be nice to be able to search, which isn't possible for forks for whatever reason.

from specialfunctions.jl.

tkelman avatar tkelman commented on July 19, 2024

I guess we could do that. Could also delete this one, create a new empty repo then git push a clone into it. That wouldn't show up as a fork but would delete this issue.

from specialfunctions.jl.

ararslan avatar ararslan commented on July 19, 2024

@simonbyrne Yeah, that's what I meant. That seems like a good idea to me.

I'd also be fine with @tkelman's suggestion to push to a new repo. I personally wouldn't mind this issue being erased from history though I suppose it's nice to have for backstory/reference/etc.

from specialfunctions.jl.

ararslan avatar ararslan commented on July 19, 2024

I'd be in favor of having support convert this fork to a normal repo. If you guys agree then I can go ahead and email them, otherwise I'm fine with whatever.

from specialfunctions.jl.

tkelman avatar tkelman commented on July 19, 2024

I don't mind if you want to do that.

from specialfunctions.jl.

ararslan avatar ararslan commented on July 19, 2024

The deed is done.

from specialfunctions.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.