Skip to content

Commit

Permalink
uncommented line
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Jul 22, 2024
1 parent 0e5fd99 commit cea45e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def url_for_version(self, version):
variant("jasper", default=True, description="JPEG compression using Jasper")
variant("openmp", default=True, description="OpenMP parallelization")
variant("wmo_validation", default=False, description="WMO validation")
# variant("shared", default=False, description="Enable shared library", when="+lib")
variant("shared", default=False, description="Enable shared library", when="+lib")
variant("disable_stat", default=False, description="Disable POSIX feature", when="@:3.1")
variant("openjpeg", default=False, description="Enable OpenJPEG", when="@:3.1")
variant("enable_docs", default=False, description="Build doxygen documentation", when="@3.4.0:")
Expand Down

0 comments on commit cea45e4

Please sign in to comment.