Skip to content

Commit 49f5763

Browse files
Update imath from 3.1.12 to 3.2.0 [emscripten-4x] (#3557)
* Update imath from 3.1.12 to 3.2.0 [emscripten-4x] * Fix unrecognized flag * Add tests --------- Co-authored-by: emscripten-forge-bot <[email protected]> Co-authored-by: Isabel Paredes <[email protected]>
1 parent 2bb1177 commit 49f5763

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

recipes/recipes_emscripten/imath/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [[ $(uname) == "Linux" ]]; then
2121

2222
# This helps a test program link.
2323
cmake_args+=(
24-
-DCMAKE_EXE_LINKER_FLAGS="$LDFLAGS -Wl,--no-as-needed -lrt"
24+
-DCMAKE_EXE_LINKER_FLAGS="$LDFLAGS -Wl,-lrt"
2525
)
2626
fi
2727

recipes/recipes_emscripten/imath/recipe.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
context:
2-
version: 3.1.12
2+
version: 3.2.0
33
name: imath
44

5-
65
package:
76
name: ${{ name }}
87
version: ${{ version }}
98

109
source:
1110
url: https://github.com/AcademySoftwareFoundation/Imath/archive/v${{ version }}.tar.gz
12-
sha256: 8a1bc258f3149b5729c2f4f8ffd337c0e57f09096e4ba9784329f40c4a9035da
13-
11+
sha256: f3c0c4210b5e6fe17d90cd7ebbe9638eea9fb458421d00eddb4d1a9d5ad47b36
1412

1513
build:
1614
number: 0
@@ -19,9 +17,14 @@ requirements:
1917
build:
2018
- ${{ compiler("cxx") }}
2119
- cmake
22-
- make
23-
20+
- make
2421

22+
tests:
23+
- package_contents:
24+
files:
25+
- lib/libImath.a
26+
- lib/pkgconfig/Imath.pc
27+
- include/Imath/ImathMath.h
2528

2629
about:
2730
homepage: http://www.openexr.com/
@@ -33,4 +36,3 @@ about:
3336
extra:
3437
recipe-maintainers:
3538
- DerThorsten
36-

0 commit comments

Comments
 (0)