GithubHelp home page GithubHelp logo

fti-spack's Introduction

FTI-Spack

Spack repository for FTI (https://github.com/leobago/fti.git).

Add Package to Spack

  1. clone fti spack-repo into the repos directory of the spack installation
    git clone https://github.com/leobago/fti-spack <spack_path>/var/spack/repos/fti
  2. Add the Repo
    spack repo add spack/var/spack/repos/fti

Versions

to list the available versions, variants and default install parameters, issue:
spack info fti

Install FTI

for a basic installation do:
spack install fti
To install a variant (e.g. HDF5, SIONlib, etc.) add +variant. For instance:
spack install fti+hdf5
to install FTI with HDF5 support.

For more information about spack, visit https://spack-tutorial.readthedocs.io/en/latest/index.html

Dependencies

To install FTI with SIONlib support, please install the sionlib spack-package from
-> https://gitlab.version.fz-juelich.de/cstao-public/SIONlib/spack-repository

fti-spack's People

Contributors

kellekai avatar leobago avatar

Watchers

 avatar  avatar

fti-spack's Issues

Include CI

Include CI that tries to compile all versions with all variants (e.g. in travis)

FTI installation fails

==> Installing fti-1.5-3jmzik7aag7liq7p6vre5c6zcdqfzd4v
==> No binary for fti-1.5-3jmzik7aag7liq7p6vre5c6zcdqfzd4v found: installing from source
==> Fetching https://github.com/leobago/fti/archive/v1.5.tar.gz
==> No patches needed for fti
==> fti: Executing phase: 'cmake'
==> Error: AttributeError: 'Gcc' object has no attribute 'f90'

/opt/spack/var/spack/repos/fti/packages/fti/package.py:66, in cmake_args:
         65    def cmake_args(self):
  >>     66        if '+fortran' in self.spec and (self.compiler.f90 is None) or (self.compiler.fc is None):
         67            raise InstallError('+fortran was selected, however, no Fortran compiler is available!')
         68        args = [
         69            self.define_from_variant('ENABLE_FORTRAN', 'fortran'),

See build log for details:
  /tmp/root/spack-stage/spack-stage-fti-1.5-3jmzik7aag7liq7p6vre5c6zcdqfzd4v/spack-build-out.txt

Installation fails with the error above

Unify version labels

use unified version labels for the releases. This makes it easier to create updated spack packeges with every new release.

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.