Skip to content

Commit 12de0e0

Browse files
Merge pull request #394 from AlysonStahl-NOAA/as_gmerge
Fix aux_progs installation
2 parents fe2f5be + 9d8a3a3 commit 12de0e0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

aux_progs/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ add_executable(gmerge gmerge.c uint8.c)
44
add_executable(smallest_grib2 smallest_grib2.c uint8.c)
55

66
add_executable(smallest_4 smallest_4.c uint8.c)
7+
8+
install(
9+
TARGETS gmerge smallest_grib2 smallest_4
10+
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})

spack/package.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ def inject_flags(self, name, flags):
230230

231231
return (flags, None, None)
232232

233-
234233
class CMakeBuilder(spack.build_systems.cmake.CMakeBuilder):
235234
# Disable parallel build
236235
parallel = False

0 commit comments

Comments
 (0)