-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue building claw during omni configure #573
Comments
Thank you for making us aware of an issue with this repository. We will have a look at it as soon as possible. |
I went a little deeper and the problem does seem to be in Omni. If you look inside their code, you'll see that after the # $Id: Makefile.in 86 2012-07-30 05:33:07Z m-hirano $
TOPDIR = @TOPDIR@
MKRULESDIR = @MKRULESDIR@
include $(MKRULESDIR)/vars.mk
DIRS = $(TOPDIR)/Driver/atool/src/lib \
$(TOPDIR)/Driver/atool/src/include/nata \
$(TOPDIR)/Driver/atool/src/cmd
... Now the # $Id: Makefile.in 86 2012-07-30 05:33:07Z m-hirano $
TOPDIR = @TOPDIR@
MKRULESDIR = /Driver/atool/mk
include $(MKRULESDIR)/vars.mk
DIRS = $(TOPDIR)/Driver/atool/src/lib \
$(TOPDIR)/Driver/atool/src/include/nata \
$(TOPDIR)/Driver/atool/src/cmd As we see,
and now the
Because |
Hi @mathomp4, This is indeed related to the omni-compiler submodule. By the way, this shouldn't stop you to build and use |
@clementval Actually, I am now not so sure it's the fault of From reading your
Now I do this:
So the
Well that's odd. Then I realized, the difference is I didn't do the
I'm not too sure why the |
You are right! This might be an old trick when xcodeml-tools was part of the omni-compiler repo. Anyway this should not prevent you to use claw |
@clementval It doesn't. I just thought you should know. I could make a PR if you like. It would be a simple one. :) |
A query for the developers. I am trying out CLAW for our climate model and thought I'd try out the examples. The current issue is I can't seem to even
make
it. My steps were:And the CMake step seems to succeed and I seem to have all it wants:
And here's where the fun begins when I issue
make
, it eventually errors out in theconfigure
step of omni-compiler:The weird thing is...the build continues on:
The text was updated successfully, but these errors were encountered: