Subject: Ssreflect Users Discussion List
List archive
- From: Maxime Dénès <>
- To:
- Subject: Re: [ssreflect] Install the master branch of ssreflect with coq-8.6
- Date: Thu, 13 Jul 2017 10:20:00 +0200
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:gUJF2xEJWj63Mj5tkC97cJ1GYnF86YWxBRYc798ds5kLTJ78pM2wAkXT6L1XgUPTWs2DsrQf2rWQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbQhFgDiwbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VDK/5KlpVRDokj8KOSMn/mHZisJ+j6xVrxyuqBN934Hab5qYNOZ8c67HYd8WWWRMU8RXWidcAo28dYwPD+8ZMOhftYb8qFoOrR6gCgKxCu3o0DlIgWbt3aYn1OkhFBvJ3A0kH98VtXTbttr0NKYXUe+r0abH0zPDYO1N2Tvn5ojIaAksrPeRVrxzacrc0UYiGgLfglmNtYDoPymZ2+sRv2SB8uZtV+Oih3Y6pwx/oTWj3MMhh4jTio4L1lzI6T91zJs2KNC+VUV1e8SrEIFKuCGfL4Z2Qt0tQ2VvuCsizrAKo5u7fC8FxZg9wh7Qcf2Hc4yR7hLkSeaRPS10hHV7eLK/nRqy91avyvHkWsm11lZFsDZFn8HDu30MzRDf99SLR/tn8kquxTqDzR3f5+NFLEwskKrUMZ8hwro+lpoJtkTDGzf7mEDsg6+XckUp4e2o5P7oY7Xno5+TKZJ7hR/4MqswgcyzG+o4MhIWU2iB5eu8zKHj/VH+QLhSlf02ibPZv47UJcQfuKG2HxNV35046xe/CjemyM4XkWMGLFJDYhKHjpLmN0vAIPDiXr+DhAG3iy1myfTLNaHJB47Xa3nFirboO7d78U9VjgQpnv5F4JcBL7gRIff+EmNwslzDRks8Og2w6+PuGNR4248TX2+URKGDZvCB+WSU7/4idrHfLLQevyzwfqAo
It could be worth adding some continuous testing of math comp, on all
supported architectures.
Maxime.
On 07/13/2017 10:14 AM, Enrico Tassi wrote:
> On Thu, Jul 13, 2017 at 09:53:56AM +0200, Yves Bertot wrote:
>> After "make clean && make", I came by more information about the
>> compilation failure:
>>
>> The trace of re-compilation actually starts with:
>>
>>
>> option -r does not exist on my version of macos X. I would like to patch
>> the
>> file .../ssreflect/Makefile.coq-makefile to set the variable LN to "-sf"
>> instead
>> of
>>
>> ln: illegal option -- r
>> usage: ln [-Ffhinsv] source_file [target_file]
>> ln [-Ffhinsv] source_file ... target_dir
>> link source_file target_file
>>
>>
>> So option -r does not exist for ln on my operating system. I
>> understand that the fix should be a correction in file
>> .../ssreflect/Makefile.coq-makefile, but I do not know what should be
>> the correction, because I do not know where the OS variable comes
>> from, whether it is set on macos, and what is its value. I tried to
>> have it printed but the value is naught.
>
> OS is there on cygwin (the only platform that was in need of an
> exception). Maybe I could use the string printed by `uname` instead.
>
> IIRC -r is useful since such Makefile.coq-makefile can be run by
> both Makefile and ssreflect/Makefile. If you are compiling the whole math
> comp you can probably remove the -r.
>
> I'm sorry but without having Darwin's `ln` at hand I'm not sure how to
> fix the thing. Maybe if you just `export OS=Windows_NT` it will work...
>
> Ciao
>
- [ssreflect] Install the master branch of ssreflect with coq-8.6, Yves Bertot, 07/12/2017
- Re: [ssreflect] Install the master branch of ssreflect with coq-8.6, Enrico Tassi, 07/12/2017
- Re: [ssreflect] Install the master branch of ssreflect with coq-8.6, Maxime Dénès, 07/12/2017
- Re: [ssreflect] Install the master branch of ssreflect with coq-8.6, Enrico Tassi, 07/12/2017
- Re: [ssreflect] Install the master branch of ssreflect with coq-8.6, Maxime Dénès, 07/12/2017
- Re: [ssreflect] Install the master branch of ssreflect with coq-8.6, Enrico Tassi, 07/12/2017
- Re: [ssreflect] Install the master branch of ssreflect with coq-8.6, Yves Bertot, 07/12/2017
- Re: [ssreflect] Install the master branch of ssreflect with coq-8.6, Enrico Tassi, 07/12/2017
- Re: [ssreflect] Install the master branch of ssreflect with coq-8.6, Yves Bertot, 07/13/2017
- Re: [ssreflect] Install the master branch of ssreflect with coq-8.6, Enrico Tassi, 07/13/2017
- Re: [ssreflect] Install the master branch of ssreflect with coq-8.6, Maxime Dénès, 07/13/2017
- Message not available
- Re: [ssreflect] Install the master branch of ssreflect with coq-8.6, Yves Bertot, 07/13/2017
- Re: [ssreflect] Install the master branch of ssreflect with coq-8.6, Yves Bertot, 07/12/2017
- Re: [ssreflect] Install the master branch of ssreflect with coq-8.6, Enrico Tassi, 07/12/2017
- Re: [ssreflect] Install the master branch of ssreflect with coq-8.6, Maxime Dénès, 07/12/2017
- Re: [ssreflect] Install the master branch of ssreflect with coq-8.6, Enrico Tassi, 07/12/2017
- Re: [ssreflect] Install the master branch of ssreflect with coq-8.6, Maxime Dénès, 07/12/2017
- Re: [ssreflect] Install the master branch of ssreflect with coq-8.6, Enrico Tassi, 07/12/2017
Archive powered by MHonArc 2.6.18.