Git Product home page Git Product logo

lfortran-conda-testing's Introduction

LFortran

project chat

LFortran is a modern open-source (BSD licensed) interactive Fortran compiler built on top of LLVM. It can execute user's code interactively to allow exploratory work (much like Python, MATLAB or Julia) as well as compile to binaries with the goal to run user's code on modern architectures such as multi-core CPUs and GPUs.

Website: https://lfortran.org/

Try online: https://dev.lfortran.org/

Documentation

All documentation, installation instructions, motivation, design, ... is available at:

https://docs.lfortran.org/

Which is generated using the files in the doc directory.

Development

We welcome all contributions. The main development repository is at GitHub:

https://github.com/lfortran/lfortran

Please send Pull Requests (PRs) and open issues there.

See the CONTRIBUTING document for more information.

Main mailinglist:

https://groups.io/g/lfortran

You can also chat with us on Zulip (project chat).

Note: We moved to the above GitHub repository from GitLab on July 18, 2022.

Donations

You can support LFortran's development by donating to NumFOCUS or Open Collective as well as GitHub Sponsors:

All donations will be used strictly to fund LFortran development, by supporting tasks such as paying developers to implement features, sprints, improved documentation, fixing bugs, etc.

The donations to LFortran are managed by the NumFOCUS foundation. NumFOCUS is a 501(c)3 non-profit foundation, so if you are subject to US Tax law, your contributions will be tax-deductible.

If you want to discuss another way to fund or help with the development, feel free to contact Ondřej Čertík ([email protected]).

Star History

Star History Chart

lfortran-conda-testing's People

Contributors

certik avatar shaikh-ubaid avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

lfortran-conda-testing's Issues

Synchronize LFortran version across Conda and git with one modification

Allow to modify just one place with the LFortran version (for example some YAML variable, or a file) and both the conda package as well as the git tag will use it. That way upgrading to a new LFortran conda package will be as simple as modifying one place, e.g., changing 0.20.3 to 0.21.0.

Add tests on Windows

On Windows I actually do not know what will work. But at least let's try to compile one example by hand.

Eventually we need to run integration tests, but last time I tried cmake didn't quite work with lfortran on Windows.

Test 3rd party apps

We need to test that all 3rd party apps that we officially support actually build on Linux and macOS (not Windows yet) with the conda package. Currently we officially support:

  • SciPy (subset of the Fortran packages, currently Minpack, Specfun, and a few others)
  • Modern Minpack
  • fastGPT

Later we'll add more as we support it.

Support testing C integration tests

From https://github.com/lfortran/lfortran-conda-testing/actions/runs/6449417776,

CMakeFiles/stop_01.dir/stop_01.f90.o.tmp.c:7:10: fatal error: lfortran_intrinsics.h: No such file or directory
    7 | #include <lfortran_intrinsics.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
The command 'gcc  -I/home/runner/micromamba/envs/lf/bin/../share/lpython/lib/impure -o CMakeFiles/stop_01.dir/stop_01.f90.o -c CMakeFiles/stop_01.dir/stop_01.f90.o.tmp.c' failed.
make[2]: *** [CMakeFiles/stop_01.dir/build.make:75: CMakeFiles/stop_01.dir/stop_01.f90.o] Error 11
make[1]: *** [CMakeFiles/Makefile2:253: CMakeFiles/stop_01.dir/all] Error 2

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.