Skip to content

google/tensorstore

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

The CMake Visual Studio generator always adds /DWIN32 to nasm
invocations when using the builtin support for ASM_NASM, which breaks
the libjpeg-turbo build.  Additionally, ASM_NASM is not supported at
all by the Xcode generator.  As a workaround, `add_custom_target` is
used to build nasm libraries for the Visual Studio and Xcode
generators.

Unfortunately, due to
https://gitlab.kitware.com/cmake/cmake/-/issues/24079 the Xcode
generator still does not work when targeting x86_64.  It does work
when targeting arm64, since nasm is not used in that case anyway.

This commit also two miscellaneous bazel_to_cmake issues:

- Fixes `glob`, which previously did not correctly handle `*` in
  exclude patterns.

- Ensures `("cpu", "x64_windows")` is added as a Bazel value when
  targeting x86_64 Windows, since the Google benchmark library relies
  on this.

Fixes #53

PiperOrigin-RevId: 483434102
Change-Id: I43d2dd6fe1ae613f82279ef5945fd59fe23378a5
f6da8b5

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Apr 3, 2020

TensorStore

Library for reading and writing large multi-dimensional arrays.

License PyPI Build Docs

Documentation and installation instructions are at https://google.github.io/tensorstore.

This is not an officially supported Google product.

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Library for reading and writing large multi-dimensional arrays.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published