coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Michael Soegtrop <MSoegtrop AT yahoo.de>
- To: dnaumann AT stevens.edu, coq-club AT inria.fr
- Subject: Re: [Coq-Club] problem installing flocq using opam
- Date: Fri, 7 Aug 2020 18:32:54 +0200
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=MSoegtrop AT yahoo.de; spf=Pass smtp.mailfrom=msoegtrop AT yahoo.de; spf=None smtp.helo=postmaster AT sonic310-24.consmr.mail.ne1.yahoo.com
- Ironport-phdr: 9a23:aUbcwxzaIj9f/oHXCy+O+j09IxM/srCxBDY+r6Qd2+MWIJqq85mqBkHD//Il1AaPAdyFraIewLuI+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxhJiTanYr5+Mhq6oAHQu8ILnYZsN6E9xwfTrHBVYepW32RoJVySnxb4+Mi9+YNo/jpTtfw86cNOSL32cKskQ7NWCjQmKH0169bwtRbfVwuP52ATXXsQnxFVHgXK9hD6XpP2sivnqupw3TSRMMPqQbwoXzmp8qFmQwLqhigaLT406HzZhNJ+jKxboxyvqRJwzIHWb46JO/RwebjQfc8YSGdbQspcTSJMD4G6YoASD+QBJ+FYr4zlqlUJrBuxGQmsC/nxxT9Mm3T4wKo63PouEQHaxgwgGMoOu2nTodvyKakSVv66zKbUzTXZaPNWwSzw6YjSfRAhpvGMWqh8ftfPxkQ2EQ7Ok1qfp5D/MTyPyuQNr3aU7/BmVe+3hGMqpA98rzyzyssxhYfFm4Ibx03F+Ch5zos4JcC1RUF1b9OmEJVduSGXOYRrTs48QWxkpSI3x74Gt5O/fyUH1ZIqzAPRZfyAdoiH+BPjVOCJLDd3hXJlZLK/hwup/kS61uL8Ucy03VBXpSRGitnBrnEA2h3J5sSaS/Zw8F2t1SuM2g3S8O1IP1w4mKrdJpU82LA/jIATvl7GHiLumEX5kquWdkI89+iz7OTnZLTmqYOSOoNplg3yK7oil8OlDeskNQgOWXOb+eGm1LH5+E32WrRKjvksnqnfrp/WON4Xp66jDA9V1YYj7AyzACuh0NQdhXUHLVRFdwybj4XxOlzDIer0Aeq+jlmiijtn2vPLM7z7DpnTMnTOkK/tfbNn5E5dzAozw8pf55VRCrwZJfLzQUjxu8LXDh8lKQy0xP7nBc5914wEWWKPBaiZPLnPvlCW/u4vOfWDZJcJuDbhLPgo/+LhjXggmVMEYaap2YYXZ2ujE/R9I0SZZGLsjc0bHWcLuAo+Vu3qh0eYXT5dfXbhF547sz09AZ+jBIHFbpuxjaKM2jz9E5FLIihNDUnJGnP1fa2FXe0NYWScOJxPiDsBAJ2gQI8o2BXmjwj3xKZ9KfKcrggjsp/syMJy/8XCnBE18np4ApLOgCm2U2hokzZQFHcN16dlrBklkwvR4e1Dm/VdUOdrybZRSA5jbczNxux9DJb+V1CZJ4rbeBOdWtyjRAoJYJcxztsJOBcvANKkjxuYhnLvWeNTnLuNH5kutKfV3ny3IcskjWfP1K4myVIhR5kXbDz0tutE7wHWQrXxvQCcnqeue74b2XeVpnaKzW2J+k1VAld9
Hello David,
this is exactly the kind of problem I try to solve with the Coq platform project.
https://github.com/MSoegtropIMC/coq-platform
This is essentially a script and a set of opam patches which installs a well known version of Coq and various packages on a wide range of platforms. It is currently in alpha, but it should work on Mac with homebrew and Macports as long as opam is already installed. I mostly test on Mac with Macports.
Usage is:
clone the above git repo (master is fine if you want Coq 8.12.0)
run coq_platform_make.sh
You might want to review the opam install commands at the end of the script and remove things you don't need.
Running the script will always create a new opam switch, so it should not mess up anything in your existing work environment. See the ReadMe in the above repo.
It does install Flocq successfully on Mac and Windows (for me and a few other testers). I will release the Ubuntu version tomorrow.
If you have any issues with this, please create an issue at the above Git repo and/or ping me on Zulip.
Best regards,
Michael
- [Coq-Club] problem installing flocq using opam, David Naumann, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, Laurent Thery, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, David Naumann, 08/11/2020
- Message not available
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, David Naumann, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/08/2020
- Re: [Coq-Club] problem installing flocq using opam, David Naumann, 08/08/2020
- Re: [Coq-Club] problem installing flocq using opam, mukesh tiwari, 08/09/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/09/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/09/2020
- Re: [Coq-Club] problem installing flocq using opam, Guillaume Melquiond, 08/09/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/09/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/08/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, David Naumann, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, Laurent Thery, 08/07/2020
Archive powered by MHonArc 2.6.19+.