Skip to content

Commit 76c8fb0

Browse files
authored
Update jaxlib.py - fix whitespaces
1 parent c45a9da commit 76c8fb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

easybuild/easyblocks/j/jaxlib.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ def configure_step(self):
7878
# Collect options for the build script
7979
# Used only by the build script
8080
options = []
81-
81+
8282
# update build command for jaxlib-0.6 to build.py build
8383
if LooseVersion(self.version) >= LooseVersion('0.6.0'):
8484
options.append('build')
85-
85+
8686
# C++ flags are set through copt below
8787
options.append('--target_cpu_features=default')
88-
88+
8989
# Passed directly to bazel
9090
bazel_startup_options = [
9191
'--output_user_root=%s' % tempfile.mkdtemp(suffix='-bazel', dir=self.builddir),

0 commit comments

Comments
 (0)