Giter Site home page Giter Site logo

avcopan / slatec Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dr-rizwanahmed/slatec

0.0 0.0 0.0 141 KB

Library of general purpose mathematical and statistical routines written in Fortran77

License: Other

Shell 0.26% Fortran 99.24% CMake 0.50%

slatec's Introduction

SLATEC

These files are from the SLATEC Common Mathematical Library, Version 4.1, July 1993.

Installation using Conda

The most direct way to install the code is through the conda package manager. If you have conda installed,
(1) activate an environment in you wish to use to install SLATEC, and
(2) run the install command:

conda install -c auto-mech slatec

If you do not have a preferred Conda environment set up, an empty environment with no packages can be created and activated with the following commands

conda create --name myenv
conda activate myenv

where myenv should be replaced with your preferred name for the environment.

Alternatively, we also recommend building our own pre-set Auto-Mech environment, which includes SLATEC and the codes which use it. This environment can be created and activated with the commands:

conda env create auto-mech/amech-env
conda activate amech-env

If your Conda commands are not functioning, you may need to iniliatize Conda via the command

. /path/to/conda.sh

which places Conda executables in your PATH. The specific location of conda.sh depends on the Conda install.

If you do not have conda, it can be installed using the shell script debug/install-conda.sh.

Building from source without Conda

Run build.sh, which uses cmake to compile SLATEC:

bash build.sh

Note that the results of the make install in build.sh will depend on your system setup.

Notice

Author:
Giuseppe Borzi'
e-mail: [email protected]
http://web.tiscalinet.it/gborzi
fax: +39 1782235968
Assistant Professor at the Univ. of Messina - Italia

License:
General Public License. Slatec is 'Freely distributable' as they say.

For further details, see http://www.netlib.org/slatec/.

slatec's People

Contributors

avcopan avatar

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.