mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-19 09:25:58 +00:00
Compare commits
2 Commits
77125ac34d
...
v2.1.0
Author | SHA1 | Date | |
---|---|---|---|
08d8910b34
|
|||
|
6d8b55a808 |
@@ -51,7 +51,7 @@ class FimdlpConan(ConanFile):
|
|||||||
|
|
||||||
def requirements(self):
|
def requirements(self):
|
||||||
# PyTorch dependency for tensor operations
|
# PyTorch dependency for tensor operations
|
||||||
self.requires("libtorch/2.7.0")
|
self.requires("libtorch/2.7.1")
|
||||||
|
|
||||||
def build_requirements(self):
|
def build_requirements(self):
|
||||||
self.requires("arff-files/1.2.0") # for tests and sample
|
self.requires("arff-files/1.2.0") # for tests and sample
|
||||||
@@ -108,4 +108,4 @@ class FimdlpConan(ConanFile):
|
|||||||
self.cpp_info.system_libs.append("pthread") # Threading
|
self.cpp_info.system_libs.append("pthread") # Threading
|
||||||
|
|
||||||
# Build information for consumers
|
# Build information for consumers
|
||||||
self.cpp_info.builddirs = ["lib/cmake/fimdlp"]
|
self.cpp_info.builddirs = ["lib/cmake/fimdlp"]
|
||||||
|
Reference in New Issue
Block a user