We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45a9da commit 76c8fb0Copy full SHA for 76c8fb0
easybuild/easyblocks/j/jaxlib.py
@@ -78,14 +78,14 @@ def configure_step(self):
78
# Collect options for the build script
79
# Used only by the build script
80
options = []
81
-
+
82
# update build command for jaxlib-0.6 to build.py build
83
if LooseVersion(self.version) >= LooseVersion('0.6.0'):
84
options.append('build')
85
86
# C++ flags are set through copt below
87
options.append('--target_cpu_features=default')
88
89
# Passed directly to bazel
90
bazel_startup_options = [
91
'--output_user_root=%s' % tempfile.mkdtemp(suffix='-bazel', dir=self.builddir),
0 commit comments