Skip to content

Commit

Permalink
Remove unused files. (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Nov 2, 2023
1 parent fc43ebf commit 931d0ff
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 157 deletions.
2 changes: 1 addition & 1 deletion pytket/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def package(self):
cmake.install()

def requirements(self):
self.requires("tket/1.2.63@tket/stable")
self.requires("tket/1.2.64@tket/stable")
self.requires("tklog/0.3.3@tket/stable")
self.requires("tkrng/0.3.3@tket/stable")
self.requires("tkassert/0.3.3@tket/stable")
Expand Down
32 changes: 0 additions & 32 deletions tket/benchmarks/CMakeLists.txt

This file was deleted.

46 changes: 0 additions & 46 deletions tket/benchmarks/circuit.cpp

This file was deleted.

50 changes: 0 additions & 50 deletions tket/benchmarks/circuit_random.cpp

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion tket/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

class TketConan(ConanFile):
name = "tket"
version = "1.2.63"
version = "1.2.64"
package_type = "library"
license = "Apache 2"
homepage = "https://github.com/CQCL/tket"
Expand Down
Empty file removed tket/src/Circuit/CMakeLists.txt
Empty file.

0 comments on commit 931d0ff

Please sign in to comment.