Skip to content

Commit f28ac4d

Browse files
add initial release of Kelvin (#114)
Co-authored-by: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com>
1 parent c356972 commit f28ac4d

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

recipes/kelvin/recipe.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
context:
2+
version: 0.1.0
3+
4+
package:
5+
name: "kelvin"
6+
version: ${{ version }}
7+
8+
source:
9+
- git: https://github.com/bgreni/Kelvin.git
10+
rev: 63e9affda4e4b09b1f147f240ad660980ba6daa1
11+
12+
build:
13+
number: 0
14+
script:
15+
- mojo package kelvin -o ${{ PREFIX }}/lib/mojo/kelvin.mojopkg
16+
17+
requirements:
18+
host:
19+
- max =25.3
20+
run:
21+
- ${{ pin_compatible('max') }}
22+
23+
tests:
24+
- script:
25+
- if: unix
26+
then:
27+
- mojo test
28+
# Can't convince PR build to find this file
29+
# - python3 scripts/run_reject_tests.py
30+
31+
about:
32+
homepage: https://github.com/bgreni/Kelvin
33+
license: Apache-2.0
34+
license_file: LICENSE
35+
summary: A powerful dimensional analysis library written in Mojo
36+
repository: https://github.com/bgreni/Kelvin
37+
38+
extra:
39+
maintainers:
40+
- bgreni
41+
project_name:
42+
- Kelvin

0 commit comments

Comments
 (0)