Skip to content
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

compilation issue #10

Closed
adegomme opened this issue Sep 2, 2021 · 2 comments
Closed

compilation issue #10

adegomme opened this issue Sep 2, 2021 · 2 comments

Comments

@adegomme
Copy link

adegomme commented Sep 2, 2021

There is a missing semicolon in

char *version = "1.7.0"

@harisubramoni
Copy link

I am not able to raise a pull request based on this. Can someone please take this commit in?

commit 6d58168235b1b79f1e8984a7bce968cf459d153e
Author: Hari Subramoni <[email protected]>
Date:   Fri Sep 3 17:23:04 2021 -0400

    Fix compliation error

diff --git a/ref/profile.c b/ref/profile.c
index 00ee24d..be18ab1 100644
--- a/ref/profile.c
+++ b/ref/profile.c
@@ -40,7 +40,7 @@ void profile(void)
    double total_gflops, gflops_rank, total_fp_ops, total_fp_adds,
           total_fp_divs, delta;
    object *op;
-   char *version = "1.7.0"
+   char *version = "1.7.0";
    FILE *fp;

    calculate_results();

@harisubramoni
Copy link

I was able to raise a pull request for this. Please ignore my earlier comment.

#11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants