head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.10 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.8 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.6 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.4 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2025.01.21.13.36.49; author ryoon; state Exp; branches; next ; commitid w4AAm3mKQUAW8mGF; desc @@ 1.1 log @math/py-torch: import py313-torch-2.5.1 PyTorch is a Python package that provides two high-level features: * Tensor computation (like NumPy) with strong GPU acceleration * Deep neural networks built on a tape-based autograd system @ text @$NetBSD$ * Find blas from pkgsrc. XXX: Using BLAS_PC here is completely incorrect. --- cmake/Modules/FindBLAS.cmake.orig 2025-01-17 11:19:26.996442468 +0000 +++ cmake/Modules/FindBLAS.cmake @@@@ -172,7 +172,7 @@@@ if((NOT BLAS_LIBRARIES) BLAS sgemm "" - "openblas") + "@@BLAS_PC@@") if(BLAS_LIBRARIES) set(BLAS_INFO "open") endif(BLAS_LIBRARIES) @