[Mesa-users] Problem with downloading latest mesasdk

Rob Farmer r.j.farmer at uva.nl
Mon Mar 1 17:14:28 UTC 2021


Yes, it is (mesasdk 20.3.1 for mesa 15140).

But one way to check in the future (if the sdk website is down again).

In utils/makefile_header you'll find:

# Check mesasdk version
ifdef MESASDK_ROOT
ifndef MESA_DIR_INTENTIONALLY_EMPTY
# Check for whether the sdk ships crmath
MINIMUM_VERSION = 20.3.1
ifneq ($(shell $(MESA_DIR)/utils/check_sdk_version
$(MINIMUM_VERSION)),passed)
$(error Your MESASDK is too old please update to version $(MINIMUM_VERSION)
or newer)
endif
endif
endif

Which shows the minimum sdk version needed by mesa, in this case 20.3.1 (or
even just try and compile mesa with the sdk you have and it should error
out if you have too old an sdk)

Rob

On Mon, 1 Mar 2021 at 17:55, Samuel Dupree via Mesa-users <
mesa-users at lists.mesastar.org> wrote:

> Rob,
>
> Thank you. I was able to get get to zenodo. The only question I have at
> present, is this version og mesasdk compatible with the present version of
> MESA?
>
> Sam Dupree.
>
>
> On March/01/2021 02:16:14, Rob Farmer wrote:
>
> Hi
> There are alternate locations to get the sdk from:
>
> Linux https://zenodo.org/record/3706650#.YDyUGoLTUm0
> <https://zenodo.org/record/3706650#.YDyUGoLTUm0>
>
> Mac https://zenodo.org/record/3706659#.YDyUGYLTUm0
> <https://zenodo.org/record/3706659#.YDyUGYLTUm0>
>
> Rob
>
> On Mon, 1 Mar 2021, 08:10 Samuel Dupree via Mesa-users, <
> mesa-users at lists.mesastar.org> wrote:
>
>> 'm having difficulties in downloading the mesasdk from
>> http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk
>> <http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk>. The
>> message I get is SQLSTATE[HY000] [2002] Connection refused.
>>
>> Any advice?
>>
>> Sam Dupree.
>>
>> _______________________________________________
>> mesa-users at lists.mesastar.org
>> https://lists.mesastar.org/mailman/listinfo/mesa-users
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20210301/8b06db4b/attachment.htm>


More information about the Mesa-users mailing list