Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add [email protected].

Used this successfully on Windows, Ubuntu, and macOS for the past year -
in contrast to the newer version 2.1.91 this one uses also
[NASM](https://www.nasm.us/) to build some (hopefully optimized)
assembly files.

Copy with some modifications from my personal Bazel registry:

https://github.com/Vertexwahn/bazel-registry/tree/main/modules/libjpeg_turbo
  • Loading branch information
Vertexwahn authored Nov 25, 2024
1 parent 1a70ae3 commit ead25db
Show file tree
Hide file tree
Showing 6 changed files with 847 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/libjpeg_turbo/2.1.4/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module(
name = "libjpeg_turbo",
version = "2.1.4",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "nasm", version = "2.14.02")
bazel_dep(name = "platforms", version = "0.0.8")
Loading

0 comments on commit ead25db

Please sign in to comment.