Skip to content

Commit

Permalink
Merge pull request #10 from CDAT/uselibuuid
Browse files Browse the repository at this point in the history
Uselibuuid
  • Loading branch information
dnadeau4 authored Apr 11, 2019
2 parents dd4ea94 + 864ce0b commit 2757b00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cf_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
#define HAVE_STRING_H 1

/* Define this if you have strlcat() */
#define HAVE_STRLCAT 1
/* #undef HAVE_STRLCAT */

/* Define to 1 if `st_blksize' is a member of `struct stat'. */
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ requirements:
- libcblas
- curl >=7.44.0,<8
- python
- ossuuid
- libuuid
run:
- libnetcdf
- curl >=7.44.0,<8
- python
- ossuuid
- libuuid

test:
imports:
Expand Down

0 comments on commit 2757b00

Please sign in to comment.