Skip to content

Commit

Permalink
Fix c backend paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aturker-synnada committed Feb 18, 2025
1 parent f45c18f commit 58cdbeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include mithril/backends/with_manualgrad/c_backend/src/libmithrilc.so
include mithril/coress/c/libmithrilc.so
recursive-include mithril/backends/with_manualgrad/c_backend/src *
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ def run(self):
script_path = os.path.join(
os.path.dirname(__file__),
"mithril",
"backends",
"with_manualgrad",
"c_backend",
"src",
"cores",
"c",
"compile.sh",
)
subprocess.check_call([shell, script_path])
Expand Down

0 comments on commit 58cdbeb

Please sign in to comment.