Skip to content

Commit

Permalink
sci-physics/openmodelica: Silence popd output
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Lloro <[email protected]>
  • Loading branch information
IvanLloro committed Aug 4, 2024
1 parent 90899fb commit df5af1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sci-physics/openmodelica/openmodelica-1.23.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ src_compile() {
# ${WORKDIR}/${P}/OMSens/fortran_interface/curvif_simplified.cpython-312-x86_64-linux-gnu.so
# This bug causes "Vectorial Parameter Based Sensitivity Analysis" in OMSens to fail.
f2py --verbose -c -I. Curvif.o Rutf.o Rut.o -m curvif_simplified curvif_simplified.pyf Curvif_simplified.f90 || die
popd || die
popd > /dev/null || die

cmake_src_compile
}
Expand Down

0 comments on commit df5af1a

Please sign in to comment.