Skip to content

Commit f269e9f

Browse files
authored
Merge branch 'develop' into ase-abacus-plugin
2 parents 557c7cd + 5a83d6a commit f269e9f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo apt-get update
3131
sudo apt-get install -y ccache
3232
33-
- name: Build
33+
- name: Configure & Build
3434
run: |
3535
nvidia-smi
3636
rm -rf build

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,9 @@ install(PROGRAMS ${ABACUS_BIN_PATH}
805805
# DESTINATION ${CMAKE_INSTALL_BINDIR}
806806
)
807807

808+
# Create a symbolic link 'abacus' pointing to the actual executable
809+
install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink ${ABACUS_BIN_NAME} ${CMAKE_INSTALL_PREFIX}/bin/abacus WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/bin)")
810+
808811
if(ENABLE_COVERAGE)
809812
coverage_evaluate()
810813
endif()

0 commit comments

Comments
 (0)