astc-encoder: init at 2.5

This builds the astc-encoder with the appropriate SIMD
instructions automatically selected depending on host machine.
This commit is contained in:
Maximilian Wende
2021-04-20 09:17:53 +02:00
parent 6426d1e6c0
commit d94462e97b
2 changed files with 73 additions and 0 deletions
+2
View File
@@ -1035,6 +1035,8 @@ in
asls = callPackage ../development/tools/misc/asls { };
astc-encoder = callPackage ../tools/graphics/astc-encoder { };
asymptote = callPackage ../tools/graphics/asymptote {
texLive = texlive.combine { inherit (texlive) scheme-small epsf cm-super texinfo; };
gsl = gsl_1;