summaryrefslogtreecommitdiff
path: root/lapack/meta.yaml
blob: bbd0aa8cbdf9c185ec97ba2a1d477c91adb07b50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{% set name = 'lapack' %}
{% set version = '3.6.0' %}
{% set number = '0' %}

about:
    home: http://www.netlib.org
    license: BSD
    summary: |
        LAPACK is written in Fortran 90 and provides routines for solving
        systems of simultaneous linear equations, least-squares solutions
        of linear systems of equations, eigenvalue problems, and singular
        value problems

build:
    number: {{ number }}

package:
    name: {{ name }}
    version: {{ version }}

requirements:
    build:
    - cmake

source:
    fn: {{ name }}-{{ version }}.tgz
    url: http://www.netlib.org/{{ name }}/{{ name }}-{{ version }}.tgz