Skip to content

Commit

Permalink
Upgrade fypp installation to pep517
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed May 16, 2024
1 parent b77220a commit a18d4f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/fckit_install_venv.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ macro( fckit_install_venv )

# install fypp
ecbuild_info( "Install fypp in virtual environment ${VENV_PATH}" )
execute_process( COMMAND ${Python3_EXECUTABLE} -m pip install --disable-pip-version-check ${CMAKE_CURRENT_SOURCE_DIR}/contrib/fypp-3.2-b8dd58b-20230822 OUTPUT_QUIET )
execute_process( COMMAND ${Python3_EXECUTABLE} -m pip install --use-pep517 --disable-pip-version-check
${CMAKE_CURRENT_SOURCE_DIR}/contrib/fypp-3.2-b8dd58b-20230822 OUTPUT_QUIET )

if( ECBUILD_INSTALL_LIBRARY_HEADERS )
install( DIRECTORY ${VENV_PATH} DESTINATION . PATTERN "bin/*" PERMISSIONS ${install_permissions} )
Expand Down

0 comments on commit a18d4f0

Please sign in to comment.