Skip to content

Commit

Permalink
Manually copy command_line for New_Voyager
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
bkpoon committed Sep 28, 2024
1 parent adb17a7 commit dedc39b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipe/build-pkg.bat
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ call .\build\bin\libtbx.python %CCTBX_CONDA_BUILD%\install_build.py ^
--preserve-egg-dir
if %errorlevel% neq 0 exit /b %errorlevel%

REM copy command_line directory for New_Voyager
move .\modules\phaser_voyager\command_line %SP_DIR%\New_Voyager
dir %SP_DIR%\New_Voyager

REM copy version and copyright files
%PYTHON% .\modules\cctbx_project\libtbx\version.py
if %errorlevel% neq 0 exit /b %errorlevel%
Expand Down
4 changes: 4 additions & 0 deletions recipe/build-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ mkdir -p ${EXTRA_CCTBX_DIR}
CCTBX_CONDA_BUILD=./modules/cctbx_project/libtbx/auto_build/conda_build
./build/bin/libtbx.python ${CCTBX_CONDA_BUILD}/install_build.py --preserve-egg-dir

# copy command_line directory for New_Voyager
cp -a ./modules/phaser_voyager/command_line ${SP_DIR}/New_Voyager
ls ${SP_DIR}/New_Voyager

# copy version and copyright files
echo Copying version and copyright files
${PYTHON} ./modules/cctbx_project/libtbx/version.py
Expand Down

0 comments on commit dedc39b

Please sign in to comment.