Skip to content

Commit

Permalink
Merge pull request #68 from bmwiedemann/host
Browse files Browse the repository at this point in the history
Do not record the build hostname
  • Loading branch information
mgates3 authored Oct 24, 2024
2 parents 3b6efdc + 0cceb4e commit 822498d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,6 @@ if (true)
string( APPEND lapackpp_header_defines "#define ${def}\n" )
endforeach()

cmake_host_system_information( RESULT HOSTNAME QUERY HOSTNAME )
# ctime format: Mon Nov 16 15:19:47 2020
string( TIMESTAMP datetime "%a %b %d %H:%M:%S %Y" )

Expand Down
1 change: 0 additions & 1 deletion include/lapack/defines.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

// auto-generated by: @argv@
// @CMAKE_COMMAND@ @CMAKE_VERSION@
// host: @HOSTNAME@
//
// Definitions for:
// CXX = @CXX@
Expand Down

0 comments on commit 822498d

Please sign in to comment.