Skip to content

Commit

Permalink
add gxx dependency on linux to get default executables
Browse files Browse the repository at this point in the history
otherwise system compiler might be found and used
  • Loading branch information
minrk committed Jun 24, 2024
1 parent 207f2ea commit 53d9071
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ source:
- python-cmake-args.patch

build:
number: 47
number: 48
skip: true # [win]
# this doesn't actually affect the build hashes
# so duplicate where the build hash should actually change
Expand Down Expand Up @@ -127,6 +127,8 @@ outputs:
- hdf5 * {{ mpi_prefix }}_*
run:
- {{ compiler('cxx') }}
# gxx provides default 'c++' executable on linux
- gxx # [linux]
- python
# dolfin depends on the boost headers for its own headers, see
# https://bitbucket.org/fenics-project/dolfin/src/master/dolfin/parameter/Parameters.h#lines-24
Expand Down

0 comments on commit 53d9071

Please sign in to comment.