Lab41 / PySEAL

This repository is a fork of Microsoft Research's homomorphic encryption implementation, the Simple Encrypted Arithmetic Library (SEAL). This code wraps the SEAL build in a docker container and provides Python API's to the encryption library.
Other
225 stars 86 forks source link

Fork pybind11 so CyberReboot owns a copy #2

Closed AlexanderTitus closed 7 years ago

AlexanderTitus commented 7 years ago

The pySEAL docker image currently clones a public repository for pybind11 git clone https://github.com/pybind/pybind11.git

I would like to request that CyberReboot forks pybind11 so we can point the docker image to our own hosted repo to prevent our build from breaking if they update the software without our knowledge.

Thanks!

cglewis commented 7 years ago

@AlexanderTitus why not do a git checkout to the specific commit that works for what you need, that way we don't have to maintain yet another fork?

AlexanderTitus commented 7 years ago

@cglewis I'll do that.