-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fixing msbuild compile issues #7
Fixing msbuild compile issues #7
Conversation
Mahesh1998
commented
Sep 17, 2024
- Fixed OpenMp Min Max Reduction Compatibility Issue by using -openmp:llvm flag.
63663fe
to
d790ac0
Compare
…les are used in cairodriver
… building program
…y_suffix for windows, as conda libraries donot have build type suffix
@@ -1187,9 +1187,11 @@ void calculate_raster_mode(const Settings *settings, const Geometry *geometry, | |||
G_message( | |||
_("Calculating map %01d of %01d (angle %.2f, raster map <%s>)"), | |||
(k + 1), arrayNumInt, angle_deg, shad_filename); | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format] reported by reviewdog 🐶
@@ -394,9 +395,9 @@ static void process_raster(univar_stat *stats, thread_workspace *tw, | |||
zd->bucket.fcells = NULL; | |||
zd->bucket.dcells = NULL; | |||
} | |||
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format] reported by reviewdog 🐶
…arated instructions into multiple lines. Added stdlib for malloc
…indstr for windows
GRASS_INTERPFL_EXPORT extern struct line_pnts *Pnts; | ||
GRASS_INTERPFL_EXPORT extern struct line_cats *Cats2; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format] reported by reviewdog 🐶
GRASS_INTERPFL_EXPORT extern struct line_pnts *Pnts; | |
GRASS_INTERPFL_EXPORT extern struct line_cats *Cats2; | |
GRASS_INTERPFL_EXPORT extern struct line_pnts *Pnts; | |
GRASS_INTERPFL_EXPORT extern struct line_cats *Cats2; |
43b473b
to
299cf16
Compare
…AME conflict. FIXED OUTPUT redirect to file issue